Re: pg_get_viewdef() drops casts, causing broken definitions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_get_viewdef() drops casts, causing broken definitions
Дата
Msg-id 32135.1463194914@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_get_viewdef() drops casts, causing broken definitions  (Christophe Pettus <xof@thebuild.com>)
Список pgsql-bugs
Christophe Pettus <xof@thebuild.com> writes:
> PostgreSQL 9.5.2.

> Summary: The view text returned by pg_get_viewdef() strips some casts, which can result in an error in trying to
recreatethe view.  This means you can't successfully recreate those views from a pg_dump. 

Fixed as of 9.5.3.

http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=1f7c85b820814810f985a270e92cde4c12ceded4

            regards, tom lane

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: pg_get_viewdef() drops casts, causing broken definitions
Следующее
От: cooper.charles.m@gmail.com
Дата:
Сообщение: BUG #14138: Inconsistent rounding behavior in float4 coercion