BUG #6727: Column does not exist exception has no error code

Поиск
Список
Период
Сортировка
От tuckerpmt@gmail.com
Тема BUG #6727: Column does not exist exception has no error code
Дата
Msg-id E1SoyWd-0007UF-2N@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6727: Column does not exist exception has no error code  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6727
Logged by:          Patrick Tucker
Email address:      tuckerpmt@gmail.com
PostgreSQL version: 9.1.1
Operating system:   Windows
Description:=20=20=20=20=20=20=20=20

The SQLException that is thrown when performing a query that has a column
name that is not valid, does not exist, does not contain an error code.  We
are forced to do a string comparison to figure out if a particular exception
is caused by an invalid column name.  This is not ideal.  A fix would be
greatly appreciated.

Thanks,
Pat

В списке pgsql-bugs по дате отправления:

Предыдущее
От: andy.gumbrecht@orprovision.com
Дата:
Сообщение: BUG #6726: pg_dump - ftell mismatch when using -Fc and split
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6727: Column does not exist exception has no error code