|
10 | 10 | alink="#0000ff">
|
11 | 11 | <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
|
12 | 12 |
|
13 |
| -<P>Last updated:Sat Dec2 07:15:34 EST 2006</P> |
| 13 | +<P>Last updated:Tue Dec5 18:13:32 EST 2006</P> |
14 | 14 |
|
15 | 15 | <P>Current maintainer: Bruce Momjian (<Ahref=
|
16 | 16 | "mailto:bruce@momjian.us">bruce@momjian.us</A>)
|
@@ -1091,7 +1091,7 @@ <H3 id="item4.21">4.21) Why are my table and column names not
|
1091 | 1091 | double-quotes around table or column names during table creation.
|
1092 | 1092 | When double-quotes are used, table and column names (called
|
1093 | 1093 | identifiers) are stored<a
|
1094 |
| -href="http://www.postgresql.org/docs/8.2/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS"> |
| 1094 | +href="http://www.postgresql.org/docs/current/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS"> |
1095 | 1095 | case-sensitive</a>, meaning you must use double-quotes when
|
1096 | 1096 | referencing the names in a query. Some interfaces, like pgAdmin,
|
1097 | 1097 | automatically double-quote identifiers during table creation.
|
|