summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2006-12-05 23:13:41 +0000
committerBruce Momjian2006-12-05 23:13:41 +0000
commita6f156b93178cbb27d3d51844e5c21c64f39f052 (patch)
tree32fbde0d95bb65e8dd4cfa0c2ffac1f72a5797c7
parentc08cfab4077e9d8716491f79d53e749405d1e9b9 (diff)
Make URL to docs use /current/.
-rw-r--r--doc/FAQ2
-rw-r--r--doc/src/FAQ/FAQ.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 701e7603fd8..69351486443 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Sat Dec 2 07:15:34 EST 2006
+ Last updated: Tue Dec 5 18:13:32 EST 2006
Current maintainer: Bruce Momjian ([email protected])
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 301903a5114..ca960bb888f 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -10,7 +10,7 @@
alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
- <P>Last updated: Sat Dec 2 07:15:34 EST 2006</P>
+ <P>Last updated: Tue Dec 5 18:13:32 EST 2006</P>
<P>Current maintainer: Bruce Momjian (<A href=
@@ -1091,7 +1091,7 @@ length</TD></TR>
double-quotes around table or column names during table creation.
When double-quotes are used, table and column names (called
identifiers) are stored <a
- href="http://www.postgresql.org/docs/8.2/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS">
+ href="http://www.postgresql.org/docs/current/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS">
case-sensitive</a>, meaning you must use double-quotes when
referencing the names in a query. Some interfaces, like pgAdmin,
automatically double-quote identifiers during table creation.