diff options
Diffstat (limited to 'doc/src/sgml/man7/ALTER_TABLE.7')
-rw-r--r-- | doc/src/sgml/man7/ALTER_TABLE.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/man7/ALTER_TABLE.7 b/doc/src/sgml/man7/ALTER_TABLE.7 index 73ee841..555b74b 100644 --- a/doc/src/sgml/man7/ALTER_TABLE.7 +++ b/doc/src/sgml/man7/ALTER_TABLE.7 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> .\" Date: 2024 -.\" Manual: PostgreSQL 16.2 Documentation -.\" Source: PostgreSQL 16.2 +.\" Manual: PostgreSQL 16.3 Documentation +.\" Source: PostgreSQL 16.3 .\" Language: English .\" -.TH "ALTER TABLE" "7" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation" +.TH "ALTER TABLE" "7" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -145,7 +145,7 @@ and \fItable_constraint_using_index\fR is: \fIexclude_element\fR in an EXCLUDE constraint is: -{ \fIcolumn_name\fR | ( \fIexpression\fR ) } [ \fIopclass\fR ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ] +{ \fIcolumn_name\fR | ( \fIexpression\fR ) } [ COLLATE \fIcollation\fR ] [ \fIopclass\fR [ ( \fIopclass_parameter\fR = \fIvalue\fR [, \&.\&.\&. ] ) ] ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ] \fIreferential_action\fR in a FOREIGN KEY/REFERENCES constraint is: |