From: Petr Jelinek Date: Thu, 1 Oct 2015 14:19:07 +0000 (+0200) Subject: Make it more clear that ALTER COLUMN SET NOT NULL is supported. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a9e007bc0183437cc634769676ff3f21b616263a;p=2ndquadrant_bdr.git Make it more clear that ALTER COLUMN SET NOT NULL is supported. --- diff --git a/doc/manual-ddl-replication.sgml b/doc/manual-ddl-replication.sgml index 0c5d002ec4..3348341992 100644 --- a/doc/manual-ddl-replication.sgml +++ b/doc/manual-ddl-replication.sgml @@ -982,7 +982,8 @@ ALTER COLUMN ... SET (..) - is not - supported at the moment. + supported at the moment. Note however that ALTER COLUMN ... SET + [NOT] NULL is supported.