projects
/
2ndquadrant_bdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e8960a
)
Make it more clear that ALTER COLUMN SET NOT NULL is supported.
author
Petr Jelinek
<petr@2ndquadrant.com>
Thu, 1 Oct 2015 14:19:07 +0000
(16:19 +0200)
committer
Petr Jelinek
<petr@2ndquadrant.com>
Thu, 1 Oct 2015 14:19:07 +0000
(16:19 +0200)
doc/manual-ddl-replication.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/manual-ddl-replication.sgml
b/doc/manual-ddl-replication.sgml
index 0c5d002ec45f8383c36818e09e234a27ffd135f6..3348341992de24a533793fc0793f55ff6a094f18 100644
(file)
--- a/
doc/manual-ddl-replication.sgml
+++ b/
doc/manual-ddl-replication.sgml
@@
-982,7
+982,8
@@
<listitem>
<para>
<literal>ALTER COLUMN ... SET (..)</literal> - is not
- supported at the moment.
+ supported at the moment. Note however that ALTER COLUMN ... SET
+ [NOT] NULL is supported.
</para>
</listitem>