Re: [BUGS] Server crash while trying to read expression using pg_get_expr()

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: [BUGS] Server crash while trying to read expression using pg_get_expr()
Дата
Msg-id alpine.BSO.2.00.1006091322140.8548@leary.csoft.net
обсуждение исходный текст
Ответ на Re: [BUGS] Server crash while trying to read expression using pg_get_expr()  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: [BUGS] Server crash while trying to read expression using pg_get_expr()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

On Wed, 9 Jun 2010, Heikki Linnakangas wrote:

> Are you thinking we should retrict pg_get_expr() to superusers then?
>

That seems like it will cause problems for both pg_dump and drivers which 
want to return metadata as pg_get_expr has been the recommended way of 
fetching this information.

The JDBC driver uses pg_get_expr to decode both pg_attrdef.adbin and 
pg_index.indpred.

Kris Jurka


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Adding XMLEXISTS to the grammar
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [BUGS] Invalid YAML output from EXPLAIN