summaryrefslogtreecommitdiff
path: root/doc/FAQ_DEV
diff options
context:
space:
mode:
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r--doc/FAQ_DEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index c324db36f94..92e28dd6188 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -1,7 +1,7 @@
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Wed Apr 17 01:12:20 EDT 2002
+ Last updated: Tue Aug 13 16:41:02 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -560,7 +560,7 @@
Table, column, type, function, and view names are stored in system
tables in columns of type Name. Name is a fixed-length,
null-terminated type of NAMEDATALEN bytes. (The default value for
- NAMEDATALEN is 64 bytes.)
+ NAMEDATALEN is 32 bytes.)
typedef struct nameData
{
char data[NAMEDATALEN];