diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-01-19 03:13:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-01-19 03:13:07 +0000 |
commit | 3fc86c0f472af28b50729da377556fdacedfb8d4 (patch) | |
tree | cba718e781932cbe8897de415e66599733fcb31b /doc/FAQ | |
parent | b4297c177c466d2cc0268df6b16261ab4f3cb777 (diff) | |
download | postgresql-3fc86c0f472af28b50729da377556fdacedfb8d4.tar.gz postgresql-3fc86c0f472af28b50729da377556fdacedfb8d4.zip |
Fix typo.
Diffstat (limited to 'doc/FAQ')
-rw-r--r-- | doc/FAQ | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Sun Jan 16 23:27:08 EST 2005 + Last updated: Tue Jan 18 22:11:34 EST 2005 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -62,8 +62,7 @@ 4.2) How do I SELECT only the first few rows of a query? A random row? 4.3) How do I find out what tables, indexes, databases, and users are defined? How do I see the queries used by psql to display them? - 4.4) How do you remove a column from a table, or change it's data - type? + 4.4) How do you remove a column from a table, or change its data type? 4.5) What is the maximum size for a row, a table, and a database? 4.6) How much database disk space is required to store data from a typical text file? |