aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-07 18:39:05 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-07 18:39:05 +0000
commit24507acc0bd015100772fdc0d7ae39f30c287bef (patch)
tree1e927235212bf698571869c9a433006e14bae804 /doc/src
parent86e8a43f9be450156e77fd030908a70eeac7fecb (diff)
downloadpostgresql-24507acc0bd015100772fdc0d7ae39f30c287bef.tar.gz
postgresql-24507acc0bd015100772fdc0d7ae39f30c287bef.zip
Changes to documentation and the regression tests for the default
NAMEDATALEN of 64. Kris Jurka
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ_DEV.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html
index 914eec43020..6b2e1363f21 100644
--- a/doc/src/FAQ/FAQ_DEV.html
+++ b/doc/src/FAQ/FAQ_DEV.html
@@ -671,7 +671,7 @@
<P>Table, column, type, function, and view names are stored in
system tables in columns of type <I>Name.</I> Name is a
fixed-length, null-terminated type of <I>NAMEDATALEN</I> bytes.
- (The default value for NAMEDATALEN is 32 bytes.)</P>
+ (The default value for NAMEDATALEN is 64 bytes.)</P>
<PRE>
<CODE>typedef struct nameData
{