Skip to content
Snippets Groups Projects
Commit 41ff800b authored by Tom Lane's avatar Tom Lane
Browse files

Update reference to value of NAMEDATALEN. Someone needs to troll the

docs and find the other obsolete statements that no doubt lurk.
parent ceb9e60e
No related branches found
No related tags found
No related merge requests found
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.32 2002/08/22 00:01:40 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.33 2002/08/23 00:33:24 tgl Exp $
PostgreSQL documentation
-->
......@@ -390,7 +390,7 @@ CREATE TYPE
<para>
User-defined type names cannot begin with the underscore character
(<quote><literal>_</literal></quote>) and can only be 30
(<quote><literal>_</literal></quote>) and can only be 62
characters long (or in general <literal>NAMEDATALEN-2</>, rather than
the <literal>NAMEDATALEN-1</> characters allowed for other names).
Type names beginning with underscore are
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment