File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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: Thu Jan 10 18:35:15 EST 2002
4
+ Last updated: Thu Jan 10 18:41:45 EST 2002
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
@@ -786,7 +786,7 @@ Type Internal Name Notes
786
786
CHAR(#) bpchar blank padded to the specified fixed length
787
787
VARCHAR(#) varchar size specifies maximum length, no padding
788
788
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)
790
790
791
791
You will see the internal name when examining system catalogs and in
792
792
some error messages.
Original file line number Diff line number Diff line change 14
14
alink ="#0000ff ">
15
15
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
16
16
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 >
18
18
19
19
< P > Current maintainer: Bruce Momjian (< A href =
20
20
"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
996
996
CHAR(#) bpchar blank padded to the specified fixed length
997
997
VARCHAR(#) varchar size specifies maximum length, no padding
998
998
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)
1000
1000
</ PRE >
1001
1001
1002
1002
< P > You will see the internal name when examining system catalogs
You can’t perform that action at this time.
0 commit comments