]> granicus.if.org Git - postgresql/commit
Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 16 Feb 2011 17:39:45 +0000 (12:39 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 16 Feb 2011 17:40:31 +0000 (12:40 -0500)
commit65076269ea54a8cd6e39f066a208c7d13aceac0a
tree00bb7af1d1fde14ae0e3e80e719abf9031bcd91b
parentb4a7e5980b2919d4d2a849d046a8e3a77e06fdb7
Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR.

This seems a bit more user-friendly.
src/backend/commands/extension.c