Re: create table like including storage parameter

Поиск
Список
Период
Сортировка
От jian he
Тема Re: create table like including storage parameter
Дата
Msg-id CACJufxF=k+4Lcx=XTcZUfTAUOgq66sDXO=s_vkEFPt7s2LxaCA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: create table like including storage parameter  (jian he <jian.universality@gmail.com>)
Список pgsql-hackers
Hi,

current, v7 the DOC changes:
+       <varlistentry id="sql-createtable-parms-like-opt-storage-paramter">
+        <term><literal>INCLUDING PARAMETERS</literal></term>
+        <listitem>
+         <para>
+          All table parameters, such as the <literal>storage
parameter</literal>
+          settings of the source table, will be copied.  For table storage
+          parameters, see <xref linkend="sql-createtable-storage-parameters"/>
+          below for more information.
+         </para>
+        </listitem>
+       </varlistentry>

https://www.postgresql.org/docs/current/sql-altertable.html#SQL-ALTERTABLE-DESC-SET-ATTRIBUTE-OPTION

Does the "parameter" (INCLUDING PARAMETERS) definition is close to "option"?
This raises the question of whether we should also copy column-level options to
the new table.

What do you think?

--
jian
https://www.enterprisedb.com



В списке pgsql-hackers по дате отправления: