Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05911de

Browse files
committed
Document that CREATE TYPE names should not begin with an underscore,
rather than being disallowed.
1 parent 27eeca5 commit 05911de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/create_type.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_type.sgml,v 1.64 2006/09/16 00:30:17 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_type.sgml,v 1.65 2006/12/23 01:28:09 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -452,8 +452,8 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
452452
<title>Notes</title>
453453

454454
<para>
455-
User-defined type names cannot begin with the underscore character
456-
(<literal>_</literal>) and can only be 62 characters
455+
User-defined type names should not begin with the underscore character
456+
(<literal>_</literal>) and should only be 62 characters
457457
long (or in general <symbol>NAMEDATALEN</symbol> - 2, rather than
458458
the <symbol>NAMEDATALEN</symbol> - 1 characters allowed for other
459459
names). Type names beginning with underscore are reserved for

0 commit comments

Comments
 (0)