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
03a91e0d
Commit
03a91e0d
authored
Sep 27, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lowercase all mentions of "PostgreSQL" in URLs, per Magnus.
parent
84fe8990
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
doc/FAQ
doc/FAQ
+6
-6
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+7
-7
No files found.
doc/FAQ
View file @
03a91e0d
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Wed Sep 26 16:36:22
EDT 2007
Last updated:
Thu Sep 27 02:14:24
EDT 2007
Current maintainer: Bruce Momjian (bruce@momjian.us)
...
...
@@ -169,7 +169,7 @@
1.5) Where can I get PostgreSQL?
Via web browser, use http://www.postgresql.org/ftp/, and via ftp, use
ftp://ftp.
PostgreSQL
.org/pub/.
ftp://ftp.
postgresql
.org/pub/.
1.6) What is the most recent release?
...
...
@@ -199,7 +199,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
site ftp://ftp.
postgresql
.org/pub/ to see if there is a more recent
Postgres version.
Bugs submitted using the bug form or posted to any PostgreSQL mailing
...
...
@@ -248,16 +248,16 @@
PostgreSQL includes extensive documentation, including a large manual,
manual pages, and some test examples. See the /doc directory. You can
also browse the manuals online at http://www.
PostgreSQL
.org/docs.
also browse the manuals online at http://www.
postgresql
.org/docs.
There are two PostgreSQL books available online at
http://www.postgresql.org/docs/books/awbook.html and
http://www.commandprompt.com/ppbook/. There are a number of PostgreSQL
books available for purchase. One of the most popular ones is by Korry
Douglas. A list of book reviews can be found at
http://techdocs.
PostgreSQL
.org/techdocs/bookreviews.php. There is also
http://techdocs.
postgresql
.org/techdocs/bookreviews.php. There is also
a collection of PostgreSQL technical articles at
http://techdocs.
PostgreSQL
.org/.
http://techdocs.
postgresql
.org/.
The command line client program psql has some \d commands to show
information about types, operators, functions, aggregates, etc. - use
...
...
doc/src/FAQ/FAQ.html
View file @
03a91e0d
...
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Wed Sep 26 16:36:22
EDT 2007
</P>
<P>
Last updated:
Thu Sep 27 02:14:24
EDT 2007
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</A>
)
...
...
@@ -217,8 +217,8 @@
<P>
Via web browser, use
<a
href=
"http://www.postgresql.org/ftp/"
>
http://www.postgresql.org/ftp/
</a>
, and via ftp, use
<A
href=
"ftp://ftp.
PostgreSQL
.org/pub/"
>
ftp://ftp.
PostgreSQL
.org/pub/
</A>
.
</P>
<A
href=
"ftp://ftp.
postgresql
.org/pub/"
>
ftp://ftp.
postgresql
.org/pub/
</A>
.
</P>
<H3
id=
"item1.6"
>
1.6) What is the most recent release?
</H3>
...
...
@@ -253,7 +253,7 @@
"http://www.postgresql.org/support/submitbug"
>
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
"ftp://ftp.
postgresql.org/pub/"
>
ftp://ftp.postgresql
.org/pub/
</A>
to
see if there is a more recent Postgres version.
</P>
<P>
Bugs submitted using the bug form or posted to any PostgreSQL mailing
...
...
@@ -327,7 +327,7 @@
<P>
PostgreSQL includes extensive documentation, including a large
manual, manual pages, and some test examples. See the
<I>
/doc
</I>
directory. You can also browse the manuals online at
<A
href=
"http://www.
PostgreSQL.org/docs"
>
http://www.PostgreSQL
.org/docs
</A>
.
"http://www.
postgresql.org/docs"
>
http://www.postgresql
.org/docs
</A>
.
</P>
<P>
There are two PostgreSQL books available online at
<A
href=
...
...
@@ -337,10 +337,10 @@
There are a number of PostgreSQL books available for purchase. One
of the most popular ones is by Korry Douglas. A list of book reviews
can be found at
<A
href=
"http://techdocs.postgresql.org/techdocs/bookreviews.php"
>
http://techdocs.
PostgreSQL
.org/techdocs/bookreviews.php
</A>
.
"http://techdocs.postgresql.org/techdocs/bookreviews.php"
>
http://techdocs.
postgresql
.org/techdocs/bookreviews.php
</A>
.
There is also a collection of PostgreSQL technical articles at
<A
href=
"http://techdocs.
PostgreSQL.org/"
>
http://techdocs.PostgreSQL
.org/
</A>
.
</P>
"http://techdocs.
postgresql.org/"
>
http://techdocs.postgresql
.org/
</A>
.
</P>
<P>
The command line client program
<I>
psql
</I>
has some \d commands to show
information about types, operators, functions, aggregates, etc. - use \? to
...
...
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