Update FAQ.
This commit is contained in:
parent
c309873680
commit
8ae53160da
4
doc/FAQ
4
doc/FAQ
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Frequently Asked Questions (FAQ) for PostgreSQL
|
Frequently Asked Questions (FAQ) for PostgreSQL
|
||||||
|
|
||||||
Last updated: Thu Jan 10 18:35:15 EST 2002
|
Last updated: Thu Jan 10 18:41:45 EST 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -786,7 +786,7 @@ Type Internal Name Notes
|
|||||||
CHAR(#) bpchar blank padded to the specified fixed length
|
CHAR(#) bpchar blank padded to the specified fixed length
|
||||||
VARCHAR(#) varchar size specifies maximum length, no padding
|
VARCHAR(#) varchar size specifies maximum length, no padding
|
||||||
TEXT text no specific upper limit on length
|
TEXT text no specific upper limit on length
|
||||||
BYTEA bytea variable-length byte array (null-safe)
|
BYTEA bytea variable-length byte array (null-byte safe)
|
||||||
|
|
||||||
You will see the internal name when examining system catalogs and in
|
You will see the internal name when examining system catalogs and in
|
||||||
some error messages.
|
some error messages.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
alink="#0000ff">
|
alink="#0000ff">
|
||||||
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
|
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
|
||||||
|
|
||||||
<P>Last updated: Thu Jan 10 18:35:15 EST 2002</P>
|
<P>Last updated: Thu Jan 10 18:41:45 EST 2002</P>
|
||||||
|
|
||||||
<P>Current maintainer: Bruce Momjian (<A href=
|
<P>Current maintainer: Bruce Momjian (<A href=
|
||||||
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
|
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
|
||||||
@ -996,7 +996,7 @@ Type Internal Name Notes
|
|||||||
CHAR(#) bpchar blank padded to the specified fixed length
|
CHAR(#) bpchar blank padded to the specified fixed length
|
||||||
VARCHAR(#) varchar size specifies maximum length, no padding
|
VARCHAR(#) varchar size specifies maximum length, no padding
|
||||||
TEXT text no specific upper limit on length
|
TEXT text no specific upper limit on length
|
||||||
BYTEA bytea variable-length byte array (null-safe)
|
BYTEA bytea variable-length byte array (null-byte safe)
|
||||||
</PRE>
|
</PRE>
|
||||||
|
|
||||||
<P>You will see the internal name when examining system catalogs
|
<P>You will see the internal name when examining system catalogs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user