Doc update: ALTER SEQUENCE name RENAME TO can be rolled back
Started by Heikki Linnakangasalmost 19 years ago2 messagespatches
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
Attachments:
alter_sequence-doc-1.patchtext/x-diff; name=alter_sequence-doc-1.patchDownload+2-2
Re: Doc update: ALTER SEQUENCE name RENAME TO can be rolled back
Heikki Linnakangas <heikki@enterprisedb.com> writes:
those changes take effect immediately and are not reversible. However,
! the <literal>OWNED BY</> and <literal>SET SCHEMA</> clauses are ordinary
catalog updates and can be rolled back.
those changes take effect immediately and are not reversible. However,
! the <literal>OWNED BY</>, <literal>SET SCHEMA</> and <literal>RENAME</> clauses are ordinary
catalog updates and can be rolled back.
Good catch --- applied along with some other fixes.
regards, tom lane