diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 2 |
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 { |