Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f2012579
Commit
f2012579
authored
Oct 26, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove use of "Postgres" aliases in the FAQ in second-in-paragraph
cases.
parent
cd2a2ce9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
doc/FAQ
doc/FAQ
+9
-9
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+7
-7
No files found.
doc/FAQ
View file @
f2012579
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Wed Oct 17 13:34:42
EDT 2007
Last updated:
Fri Oct 26 14:59:45
EDT 2007
Current maintainer: Bruce Momjian (bruce@momjian.us)
...
...
@@ -113,7 +113,7 @@
community of developers and users, which anyone can join. All you need
to do is subscribe to the mailing lists and participate in the
discussions. (See the Developer's FAQ for information on how to get
involved in Postgre
s
development.)
involved in Postgre
SQL
development.)
1.3) What is the copyright of PostgreSQL?
...
...
@@ -158,7 +158,7 @@
PostgreSQL also runs natively on Microsoft Windows NT-based operating
systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer
is available at http://pgfoundry.org/projects/pginstaller. MSDOS-based
versions of Windows (Win95, Win98, WinMe) can run Postgre
s
using
versions of Windows (Win95, Win98, WinMe) can run Postgre
SQL
using
Cygwin.
There is also a Novell Netware 6 port at http://forge.novell.com, and
...
...
@@ -200,7 +200,7 @@
Visit the PostgreSQL bug form at
http://www.postgresql.org/support/submitbug. Also check out our ftp
site ftp://ftp.postgresql.org/pub/ to see if there is a more recent
Postgre
s
version.
Postgre
SQL
version.
Bugs submitted using the bug form or posted to any PostgreSQL mailing
list typically generates one of the following replies:
...
...
@@ -240,9 +240,9 @@
efficient to respond directly to email and keep the TODO list
up-to-date. In practice, bugs don't last very long in the software,
and bugs that affect a large number of users are fixed rapidly. The
only place to find all changes, improvements, and fixes in a
Postgres
release is to read the CVS log messages. Even the release notes do not
list every change made to the software.
only place to find all changes, improvements, and fixes in a
PostgreSQL release is to read the CVS log messages. Even the release
notes do not
list every change made to the software.
1.10) What documentation is available?
...
...
@@ -535,7 +535,7 @@
As an example, consider a file of 100,000 lines with an integer and
text description on each line. Suppose the text string avergages
twenty bytes in length. The flat file would be 2.8 MB. The size of the
Postgre
s
database file containing this data can be estimated as 5.2
Postgre
SQL
database file containing this data can be estimated as 5.2
MB:
24 bytes: each row header (approximate)
24 bytes: one int field and one text field
...
...
@@ -543,7 +543,7 @@
----------------------------------------
52 bytes per row
The data page size in Postgre
s
is 8192 bytes (8 KB), so:
The data page size in Postgre
SQL
is 8192 bytes (8 KB), so:
8192 bytes per page
------------------- = 158 rows per database page (rounded down)
...
...
doc/src/FAQ/FAQ.html
View file @
f2012579
...
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Wed Oct 17 13:34:42
EDT 2007
</P>
<P>
Last updated:
Fri Oct 26 14:59:45
EDT 2007
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</A>
)
...
...
@@ -157,7 +157,7 @@
the community of developers and users, which anyone can join. All
you need to do is subscribe to the mailing lists and participate in the
discussions. (See the
<a
href=
"http://www.postgresql.org/docs/faqs.FAQ_DEV.html"
>
Developer's FAQ
</A>
for information on how to get involved in Postgre
s
Developer's FAQ
</A>
for information on how to get involved in Postgre
SQL
development.)
</P>
<H3
id=
"item1.3"
>
1.3) What is the copyright of
...
...
@@ -205,7 +205,7 @@
systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer is
available at
<a
href=
"http://pgfoundry.org/projects/pginstaller"
>
http://pgfoundry.org/projects/pginstaller
</a>
. MSDOS-based versions
of Windows (Win95, Win98, WinMe) can run Postgre
s
using Cygwin.
</P>
of Windows (Win95, Win98, WinMe) can run Postgre
SQL
using Cygwin.
</P>
<p>
There is also a Novell Netware 6 port at
<a
href=
"http://forge.novell.com"
>
http://forge.novell.com
</a>
,
...
...
@@ -254,7 +254,7 @@
http://www.postgresql.org/support/submitbug
</A>
.
Also check out our ftp site
<A
href=
"ftp://ftp.postgresql.org/pub/"
>
ftp://ftp.postgresql.org/pub/
</A>
to
see if there is a more recent Postgre
s
version.
</P>
see if there is a more recent Postgre
SQL
version.
</P>
<P>
Bugs submitted using the bug form or posted to any PostgreSQL mailing
list typically generates one of the following replies:
</P>
...
...
@@ -317,7 +317,7 @@
list up-to-date. In practice, bugs don't last very long in the
software, and bugs that affect a large number of users are fixed
rapidly. The only place to find all changes, improvements, and
fixes in a Postgre
s
release is to read the
fixes in a Postgre
SQL
release is to read the
<a
href=
"http://www.postgresql.org/developer/sourcecode/"
>
CVS
</a>
log messages. Even the release notes do not list every change
made to the software.
</P>
...
...
@@ -708,7 +708,7 @@ table?</TD><TD>unlimited</TD></TR>
<P>
As an example, consider a file of 100,000 lines with an integer
and text description on each line. Suppose the text string
avergages twenty bytes in length. The flat file would be 2.8 MB.
The size of the Postgre
s
database file containing this data can
The size of the Postgre
SQL
database file containing this data can
be estimated as 5.2 MB:
</P>
<PRE>
24 bytes: each row header (approximate)
...
...
@@ -717,7 +717,7 @@ table?</TD><TD>unlimited</TD></TR>
----------------------------------------
52 bytes per row
The data page size in Postgre
s
is 8192 bytes (8 KB), so:
The data page size in Postgre
SQL
is 8192 bytes (8 KB), so:
8192 bytes per page
------------------- = 158 rows per database page (rounded down)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment