For COMMENT ON DATABASE where database name is unknown or not the current
authorTom Lane <[email protected]>
Thu, 17 Jul 2003 20:14:09 +0000 (20:14 +0000)
committerTom Lane <[email protected]>
Thu, 17 Jul 2003 20:14:09 +0000 (20:14 +0000)
commit2f51b58fde28147c9f82acad09e18ff66a2d6fbb
tree1f5a16521a4651e3fd05421f85609b5d26468884
parent0414b16ec84dd0be386b7789e6edd7091861a769
For COMMENT ON DATABASE where database name is unknown or not the current
database, emit a WARNING and do nothing, rather than raising ERROR.
Per recent discussion in which we concluded this is the best way to deal
with database dumps that are reloaded into a database of a new name.
src/backend/commands/comment.c