Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 30b6622

Browse files
committed
Typo fix.
Euler Taveira de Oliveira
1 parent fe38579 commit 30b6622

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/FAQ

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Thu Sep 27 02:14:24 EDT 2007
4+
Last updated: Mon Oct 8 23:19:46 EDT 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -840,13 +840,13 @@
840840
4.21) Why are my table and column names not recognized in my query? Why is
841841
capitalization not preserved?
842842

843-
The most common cause of recognized names is the use of double-quotes
844-
around table or column names during table creation. When double-quotes
845-
are used, table and column names (called identifiers) are stored
846-
case-sensitive, meaning you must use double-quotes when referencing
847-
the names in a query. Some interfaces, like pgAdmin, automatically
848-
double-quote identifiers during table creation. So, for identifiers to
849-
be recognized, you must either:
843+
The most common cause of unrecognized names is the use of
844+
double-quotes around table or column names during table creation. When
845+
double-quotes are used, table and column names (called identifiers)
846+
are stored case-sensitive, meaning you must use double-quotes when
847+
referencing the names in a query. Some interfaces, like pgAdmin,
848+
automatically double-quote identifiers during table creation. So, for
849+
identifiers to be recognized, you must either:
850850
* Avoid double-quoting identifiers when creating tables
851851
* Use only lowercase characters in identifiers
852852
* Double-quote identifiers when referencing them in queries

doc/src/FAQ/FAQ.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Thu Sep 27 02:14:24 EDT 2007</P>
13+
<P>Last updated: Mon Oct 8 23:19:46 EDT 2007</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -1097,7 +1097,7 @@ <H3 id="item4.20">4.20) What replication solutions are available?
10971097
<H3 id="item4.21">4.21) Why are my table and column names not
10981098
recognized in my query? Why is capitalization not preserved?</H3>
10991099

1100-
<P>The most common cause of recognized names is the use of
1100+
<P>The most common cause of unrecognized names is the use of
11011101
double-quotes around table or column names during table creation.
11021102
When double-quotes are used, table and column names (called
11031103
identifiers) are stored <a

0 commit comments

Comments
 (0)