Thread: pgsql/src/bin/psql large_obj.c

pgsql/src/bin/psql large_obj.c

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/04 18:39:34

Modified files:
    src/bin/psql   : large_obj.c

Log message:
    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.