diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-01-19 03:15:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-01-19 03:15:59 +0000 |
commit | 02478558e37bdf4a3b30b69e70eab70144a12eb4 (patch) | |
tree | c4c189985e108a89a8230681eb7c05ebbc696d0e /doc/src | |
parent | c22b7eccd368754ea96865c046764382ab05db4b (diff) | |
download | postgresql-02478558e37bdf4a3b30b69e70eab70144a12eb4.tar.gz postgresql-02478558e37bdf4a3b30b69e70eab70144a12eb4.zip |
Fix typo.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 8949f93b961..1b0ae3680f8 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -90,7 +90,7 @@ databases, and users are defined? How do I see the queries used by <I>psql</I> to display them?<BR> <A href="#4.4">4.4</A>) How do you remove a column from a - table, or change it's data type?<BR> + table, or change its data type?<BR> <A href="#4.5">4.5</A>) What is the maximum size for a row, a table, and a database?<BR> <A href="#4.6">4.6</A>) How much database disk space is required |