diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-08-23 00:33:24 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-08-23 00:33:24 +0000 |
commit | 41ff800bb24fc6432e9ba623057baa08cbdc2c4b (patch) | |
tree | 5615b36a07751c1a4ee988cd6aa6ce45f672904e /doc/src | |
parent | ceb9e60e8e83c40463bae44f86b1f7ce09998deb (diff) | |
download | postgresql-41ff800bb24fc6432e9ba623057baa08cbdc2c4b.tar.gz postgresql-41ff800bb24fc6432e9ba623057baa08cbdc2c4b.zip |
Update reference to value of NAMEDATALEN. Someone needs to troll the
docs and find the other obsolete statements that no doubt lurk.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_type.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml index feb69916e09..f100f4d87b5 100644 --- a/doc/src/sgml/ref/create_type.sgml +++ b/doc/src/sgml/ref/create_type.sgml @@ -1,5 +1,5 @@ <!-- -$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 |