From 05911de4dabd2ab35a6017707cc4affade3d413c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 23 Dec 2006 01:28:09 +0000 Subject: [PATCH] Document that CREATE TYPE names should not begin with an underscore, rather than being disallowed. --- doc/src/sgml/ref/create_type.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml index 64880d8076..e85c94dbe7 100644 --- a/doc/src/sgml/ref/create_type.sgml +++ b/doc/src/sgml/ref/create_type.sgml @@ -1,5 +1,5 @@ @@ -452,8 +452,8 @@ CREATE TYPE name Notes - User-defined type names cannot begin with the underscore character - (_) and can only be 62 characters + User-defined type names should not begin with the underscore character + (_) and should only be 62 characters long (or in general NAMEDATALEN - 2, rather than the NAMEDATALEN - 1 characters allowed for other names). Type names beginning with underscore are reserved for -- 2.40.0