From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | PostgreSQL-general <pgsql-general(at)postgreSQL(dot)org> |
Subject: | Error messages changes for 7.3? |
Date: | 2002-07-08 03:56:42 |
Message-ID: | 200207080356.g683ugM09238@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
There is discussion on hackers to change certain error message text for
7.3. The change would be:
ERROR: ExecAppend: ... => ERROR: ExecInsert: ...
and
ERROR: ExecReplace: ... => ERROR: ExecUpdate: ...
APPEND/REPLACE are the old QUEL-language commands, while INSERT/UPDATE
are the SQL ones.
Does such a change in 7.3 cause anyone problems? We are particularly
interested in people who parse these error strings and don't want them
to change.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Francisco Reyes | 2002-07-08 04:30:50 | CRC function? |
Previous Message | Curt Sampson | 2002-07-08 03:54:57 | Re: Efficient use of space in large table? |