]> granicus.if.org Git - postgresql/commit
Don't try to hack pg_description if not superuser. (Really want a
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Oct 2001 22:39:34 +0000 (22:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Oct 2001 22:39:34 +0000 (22:39 +0000)
commitc24e5ddf5fad73ef9af2a907f3fb8d4062f513dc
tree71cc50bd2eaf6c3d9c0b6acc47be7894950c9a5c
parenta50696c9e1fb181b6ff938aed929ada8582ea176
Don't try to hack pg_description if not superuser.  (Really want a
COMMENT ON LARGE OBJECT command instead, but no time for it now.)
Fix some code that would not work with OIDs > 2G.
src/bin/psql/large_obj.c