diff options
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 42dc34f19c5..c324db36f94 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]; |