Re: CREATE TABLE creates a composite type corresponding to the table row, which is and is not there
От | David G. Johnston |
---|---|
Тема | Re: CREATE TABLE creates a composite type corresponding to the table row, which is and is not there |
Дата | |
Msg-id | CAKFQuwYCqsapMBvQm9hTpD7urTaaOtJbpkpe7GaXr5ksMT58rA@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: CREATE TABLE creates a composite type corresponding to the table row, which is and is not there (Erik Wienhold <ewie@ewie.name>) |
Ответы |
Re: CREATE TABLE creates a composite type corresponding to the table row, which is and is not there
|
Список | pgsql-hackers |
On Thu, Mar 28, 2024 at 8:02 PM Erik Wienhold <ewie@ewie.name> wrote:
Thanks, that sounds better. I incorporated that with some minor edits
in the attached v3.
Looks good.
You added my missing ( but dropped the comma after "i.e."
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index dc69a3f5dc..b2e9e97b93 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -251,7 +251,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
<para>
Creates a <firstterm>typed table</firstterm>, which takes its structure
from an existing (name optionally schema-qualified) stand-alone composite
- type (i.e. created using <xref linkend="sql-createtype"/>) though it
+ type (i.e., created using <xref linkend="sql-createtype"/>) though it
still produces a new composite type as well. The table will have
a dependency on the referenced type such that cascaded alter and drop
actions on the type will propagate to the table.
index dc69a3f5dc..b2e9e97b93 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -251,7 +251,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
<para>
Creates a <firstterm>typed table</firstterm>, which takes its structure
from an existing (name optionally schema-qualified) stand-alone composite
- type (i.e. created using <xref linkend="sql-createtype"/>) though it
+ type (i.e., created using <xref linkend="sql-createtype"/>) though it
still produces a new composite type as well. The table will have
a dependency on the referenced type such that cascaded alter and drop
actions on the type will propagate to the table.
David J.
В списке pgsql-hackers по дате отправления: