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

Commit 3fc86c0

Browse files
committed
Fix typo.
1 parent b4297c1 commit 3fc86c0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

doc/FAQ

Lines changed: 2 additions & 3 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: Sun Jan 16 23:27:08 EST 2005
4+
Last updated: Tue Jan 18 22:11:34 EST 2005
55

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

@@ -62,8 +62,7 @@
6262
4.2) How do I SELECT only the first few rows of a query? A random row?
6363
4.3) How do I find out what tables, indexes, databases, and users are
6464
defined? How do I see the queries used by psql to display them?
65-
4.4) How do you remove a column from a table, or change it's data
66-
type?
65+
4.4) How do you remove a column from a table, or change its data type?
6766
4.5) What is the maximum size for a row, a table, and a database?
6867
4.6) How much database disk space is required to store data from a
6968
typical text file?

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: Sun Jan 16 23:27:08 EST 2005</P>
13+
<P>Last updated: Tue Jan 18 22:11:34 EST 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -90,7 +90,7 @@ <H2 align="center">Operational Questions</H2>
9090
databases, and users are defined? How do I see the queries used
9191
by <I>psql</I> to display them?<BR>
9292
<A href="#4.4">4.4</A>) How do you remove a column from a
93-
table, or change it's data type?<BR>
93+
table, or change its data type?<BR>
9494
<A href="#4.5">4.5</A>) What is the maximum size for a row, a
9595
table, and a database?<BR>
9696
<A href="#4.6">4.6</A>) How much database disk space is required

0 commit comments

Comments
 (0)