File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Sat Dec 2 07:15:34 EST 2006
4
+ Last updated: Tue Dec 5 18:13:32 EST 2006
5
5
6
6
Current maintainer: Bruce Momjian (bruce@momjian.us)
7
7
Original file line number Diff line number Diff line change 10
10
alink ="#0000ff ">
11
11
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
12
12
13
- < P > Last updated: Sat Dec 2 07:15:34 EST 2006</ P >
13
+ < P > Last updated: Tue Dec 5 18:13:32 EST 2006</ P >
14
14
15
15
< P > Current maintainer: Bruce Momjian (< A href =
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.
You can’t perform that action at this time.
0 commit comments