CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/08/26 18:15:27

Modified files:
        src/backend/utils/error: elog.c 
        src/include/utils: errcodes.h 

Log message:
        Use separate SQLSTATE codes for file not found/file exists, rather than
        lumping them into ERRCODE_UNDEFINED_OBJECT/ERRCODE_DUPLICATE_OBJECT.
        This seems reasonable since 'object' was meant to refer to 'object in the
        database' and a file is outside the database.  Per request from Dave
        Cramer.


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to