From 24507acc0bd015100772fdc0d7ae39f30c287bef Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 7 Sep 2002 18:39:05 +0000 Subject: Changes to documentation and the regression tests for the default NAMEDATALEN of 64. Kris Jurka --- doc/src/FAQ/FAQ_DEV.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src/FAQ/FAQ_DEV.html') 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 @@

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.)

+ (The default value for NAMEDATALEN is 64 bytes.)

 typedef struct nameData
     {
-- 
cgit v1.2.3