1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Changes to documentation and the regression tests for the default

NAMEDATALEN of 64.

Kris Jurka
This commit is contained in:
Bruce Momjian
2002-09-07 18:39:05 +00:00
parent 86e8a43f9b
commit 24507acc0b
4 changed files with 4 additions and 4 deletions

View File

@ -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
{