Skip to content

Commit f340648

Browse files
committed
Update for longer NAMEDATALEN.
1 parent 46bb23a commit f340648

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/FAQ_DEV

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Wed Apr 17 01:12:20 EDT 2002
4+
Last updated: Tue Aug 13 16:41:02 EDT 2002
55

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

@@ -560,7 +560,7 @@
560560
Table, column, type, function, and view names are stored in system
561561
tables in columns of type Name. Name is a fixed-length,
562562
null-terminated type of NAMEDATALEN bytes. (The default value for
563-
NAMEDATALEN is 64 bytes.)
563+
NAMEDATALEN is 32 bytes.)
564564
typedef struct nameData
565565
{
566566
char data[NAMEDATALEN];

doc/src/FAQ/FAQ_DEV.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<H1>Developer's Frequently Asked Questions (FAQ) for
1313
PostgreSQL</H1>
1414

15-
<P>Last updated: Wed Apr 17 01:12:20 EDT 2002</P>
15+
<P>Last updated: Tue Aug 13 16:41:02 EDT 2002</P>
1616

1717
<P>Current maintainer: Bruce Momjian (<A href=
1818
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>

0 commit comments

Comments
 (0)