File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Sun Jan 16 23:27:08 EST 2005
4
+ Last updated: Tue Jan 18 22:11:34 EST 2005
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
62
62
4.2) How do I SELECT only the first few rows of a query? A random row?
63
63
4.3) How do I find out what tables, indexes, databases, and users are
64
64
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?
67
66
4.5) What is the maximum size for a row, a table, and a database?
68
67
4.6) How much database disk space is required to store data from a
69
68
typical text file?
Original file line number Diff line number Diff line change 10
10
alink ="#0000ff ">
11
11
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
12
12
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 >
14
14
15
15
< P > Current maintainer: Bruce Momjian (< A href =
16
16
"mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -90,7 +90,7 @@ <H2 align="center">Operational Questions</H2>
90
90
databases, and users are defined? How do I see the queries used
91
91
by < I > psql</ I > to display them?< BR >
92
92
< 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 >
94
94
< A href ="#4.5 "> 4.5</ A > ) What is the maximum size for a row, a
95
95
table, and a database?< BR >
96
96
< A href ="#4.6 "> 4.6</ A > ) How much database disk space is required
You can’t perform that action at this time.
0 commit comments