diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/alter_type.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/alter_type.sgml b/doc/src/sgml/ref/alter_type.sgml index 64bf266373d..21887e88a0f 100644 --- a/doc/src/sgml/ref/alter_type.sgml +++ b/doc/src/sgml/ref/alter_type.sgml @@ -196,6 +196,14 @@ ALTER TYPE <replaceable class="parameter">name</replaceable> SET ( <replaceable </listitem> <listitem> <para> + <literal>SUBSCRIPT</literal> can be set to the name of a type-specific + subscripting handler function, or <literal>NONE</literal> to remove + the type's subscripting handler function. Using this option + requires superuser privilege. + </para> + </listitem> + <listitem> + <para> <literal>STORAGE</literal><indexterm> <primary>TOAST</primary> <secondary>per-type storage settings</secondary> |