mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Add new OID alias type regnamespace
Catalog version bumped Kyotaro HORIGUCHI
This commit is contained in:
@ -4321,9 +4321,9 @@ SET xmloption TO { DOCUMENT | CONTENT };
|
||||
an object identifier. There are also several alias types for
|
||||
<type>oid</>: <type>regproc</>, <type>regprocedure</>,
|
||||
<type>regoper</>, <type>regoperator</>, <type>regclass</>,
|
||||
<type>regtype</>, <type>regrole</>, <type>regconfig</>, and
|
||||
<type>regdictionary</>. <xref linkend="datatype-oid-table"> shows
|
||||
an overview.
|
||||
<type>regtype</>, <type>regrole</>, <type>regnamespace</>,
|
||||
<type>regconfig</>, and <type>regdictionary</>.
|
||||
<xref linkend="datatype-oid-table"> shows an overview.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -4438,6 +4438,13 @@ SELECT * FROM pg_attribute
|
||||
<entry><literal>smithee</></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><type>regnamespace</></entry>
|
||||
<entry><structname>pg_namespace</></entry>
|
||||
<entry>namespace name</entry>
|
||||
<entry><literal>pg_catalog</></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><type>regconfig</></entry>
|
||||
<entry><structname>pg_ts_config</></entry>
|
||||
|
Reference in New Issue
Block a user