Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit30b6622

Browse files
committed
Typo fix.
Euler Taveira de Oliveira
1 parentfe38579 commit30b6622

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎doc/FAQ

Lines changed: 8 additions & 8 deletions
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 ofrecognized 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 ofunrecognized names is the use of
844+
double-quotesaround table or column names during table creation. When
845+
double-quotesare used, table and column names (called identifiers)
846+
are storedcase-sensitive, meaning you must use double-quotes when
847+
referencingthe names in a query. Some interfaces, like pgAdmin,
848+
automaticallydouble-quote identifiers during table creation. So, for
849+
identifiers tobe 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

Lines changed: 2 additions & 2 deletions
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 (<Ahref=
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
<H3id="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 ofrecognized names is the use of
1100+
<P>The most common cause ofunrecognized 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)

[8]ページ先頭

©2009-2025 Movatter.jp