Skip to content

Commit 8ae5316

Browse files
committed
Update FAQ.
1 parent c309873 commit 8ae5316

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/FAQ

Lines changed: 2 additions & 2 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: Thu Jan 10 18:35:15 EST 2002
4+
Last updated: Thu Jan 10 18:41:45 EST 2002
55

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

@@ -786,7 +786,7 @@ Type Internal Name Notes
786786
CHAR(#) bpchar blank padded to the specified fixed length
787787
VARCHAR(#) varchar size specifies maximum length, no padding
788788
TEXT text no specific upper limit on length
789-
BYTEA bytea variable-length byte array (null-safe)
789+
BYTEA bytea variable-length byte array (null-byte safe)
790790

791791
You will see the internal name when examining system catalogs and in
792792
some error messages.

doc/src/FAQ/FAQ.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
alink="#0000ff">
1515
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1616

17-
<P>Last updated: Thu Jan 10 18:35:15 EST 2002</P>
17+
<P>Last updated: Thu Jan 10 18:41:45 EST 2002</P>
1818

1919
<P>Current maintainer: Bruce Momjian (<A href=
2020
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -996,7 +996,7 @@ <H4><A name="4.14">4.14</A>) What is the difference between the
996996
CHAR(#) bpchar blank padded to the specified fixed length
997997
VARCHAR(#) varchar size specifies maximum length, no padding
998998
TEXT text no specific upper limit on length
999-
BYTEA bytea variable-length byte array (null-safe)
999+
BYTEA bytea variable-length byte array (null-byte safe)
10001000
</PRE>
10011001

10021002
<P>You will see the internal name when examining system catalogs

0 commit comments

Comments
 (0)