summaryrefslogtreecommitdiff
path: root/doc/FAQ_DEV
diff options
context:
space:
mode:
authorBruce Momjian2002-09-07 18:39:05 +0000
committerBruce Momjian2002-09-07 18:39:05 +0000
commit24507acc0bd015100772fdc0d7ae39f30c287bef (patch)
tree1e927235212bf698571869c9a433006e14bae804 /doc/FAQ_DEV
parent86e8a43f9be450156e77fd030908a70eeac7fecb (diff)
Changes to documentation and the regression tests for the default
NAMEDATALEN of 64. Kris Jurka
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r--doc/FAQ_DEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index 92e28dd6188..948132f539b 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -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 32 bytes.)
+ NAMEDATALEN is 64 bytes.)
typedef struct nameData
{
char data[NAMEDATALEN];