]> granicus.if.org Git - postgresql/commit
For COMMENT ON DATABASE where database name is unknown or not the current
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Jul 2003 20:13:57 +0000 (20:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Jul 2003 20:13:57 +0000 (20:13 +0000)
commit0c172909d567cdf95df1d920a4d9be4cf36dfc23
treeab1c03cae498a6b418478cd821167eae00011b82
parent8cf63ba920eaa84613bfa9f98d4a73e345b7c8bd
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