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

Commit 892e525

Browse files
committed
Update numbering.
Michael Fuhr
1 parent d64084d commit 892e525

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/FAQ

Lines changed: 2 additions & 2 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 1 12:18:41 EDT 2005
4+
Last updated: Fri Sep 16 14:07:22 EDT 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -789,7 +789,7 @@
789789
There are also commercial and hardware-based replication solutions
790790
available supporting a variety of replication models.
791791

792-
4.20) Why are my table and column names not recognized in my query?
792+
4.21) Why are my table and column names not recognized in my query?
793793

794794
The most common cause is the use of double-quotes around table or
795795
column names during table creation. When double-quotes are used, table

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 1 12:18:41 EDT 2005</P>
13+
<P>Last updated: Fri Sep 16 14:07:22 EDT 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -1016,7 +1016,7 @@ <H3><A name="4.20">4.20</A>) What replication solutions are available?
10161016
<P>There are also commercial and hardware-based replication solutions
10171017
available supporting a variety of replication models.</P>
10181018

1019-
<H3><A name="4.20">4.20</A>) Why are my table and column names not
1019+
<H3><A name="4.21">4.21</A>) Why are my table and column names not
10201020
recognized in my query?</H3>
10211021

10221022
<P>The most common cause is the use of double-quotes around table or

0 commit comments

Comments
 (0)