Conflicted names of error conditions.

From: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Conflicted names of error conditions.
Date: 2010-08-16 15:33:33
Message-ID: AANLkTinBJzPKv4VKEDeYqVkQdFXXtHsyiO23kiaNri9j@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey all,

According to
http://www.postgresql.org/docs/9.0/static/errcodes-appendix.html
some error conditions has non-unique *names*. There are:
modifying_sql_data_not_permitted,
prohibited_sql_statement_attempted,
reading_sql_data_not_permitted
from SQL Routine Exception and External Routine Exception classes.

It should be?

Regards,
Dmitriy

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Browne 2010-08-16 15:40:28 Re: JSON Patch for PostgreSQL - BSON Support?
Previous Message Robert Haas 2010-08-16 15:25:09 Re: "Bogus data in lock file" shouldn't be FATAL?