From cc6c10a7a0245b87fa49e1369bc94c88fcbdb987 Mon Sep 17 00:00:00 2001
From: Bruce Momjian Last updated: Sat Oct 14 19:08:19 EDT 2006 Last updated: Tue Nov 21 10:37:54 EST 2006 Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -117,7 +117,7 @@
functions?Frequently Asked Questions (FAQ) for PostgreSQL
-
4.20) What replication solutions are available?
4.21) Why are my table and column names not
- recognized in my query?
+ recognized in my query? Why is capitalization not preserved?
@@ -1085,16 +1085,17 @@ length
available supporting a variety of replication models.
The most common cause is the use of double-quotes around table or
- column names during table creation. When double-quotes are used,
- table and column names (called identifiers) are stored
+ The most common cause of recognized names is the use of
+ double-quotes around table or column names during table creation.
+ When double-quotes are used, table and column names (called
+ identifiers) are stored
case-sensitive, meaning you must use double-quotes when
- referencing the names in a query. Some interfaces, like pgAdmin,
- automatically double-quote identifiers during table creation. So,
- for identifiers to be recognized, you must either:
+ referencing the names in a query. Some interfaces, like pgAdmin,
+ automatically double-quote identifiers during table creation.
+ So, for identifiers to be recognized, you must either: