diff options
author | Bruce Momjian | 2007-10-09 03:20:09 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-10-09 03:20:09 +0000 |
commit | 30b6622ecc3019108a847ac7c9b0e4b3c2da59e6 (patch) | |
tree | 931fdaf1fa073c444521c649ca54cca480d33639 /doc/src | |
parent | fe385795a18a39e7a6c37cdd0ddb7421739b9f6a (diff) |
Typo fix.
Euler Taveira de Oliveira
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index cc461f89d56..410c2c6f551 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: Thu Sep 27 02:14:24 EDT 2007</P> + <P>Last updated: Mon Oct 8 23:19:46 EDT 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>) @@ -1097,7 +1097,7 @@ length</TD></TR> <H3 id="item4.21">4.21) Why are my table and column names not recognized in my query? Why is capitalization not preserved?</H3> - <P>The most common cause of recognized names is the use of + <P>The most common cause of unrecognized 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 <a |