Re: pgsql: Use a new hstore extension version for added json functions.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Use a new hstore extension version for added json functions.
Дата
Msg-id 20130930152516.GB30125@awork2.anarazel.de
обсуждение исходный текст
Ответ на pgsql: Use a new hstore extension version for added json functions.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
Hi,

On 2013-09-29 21:50:13 +0000, Andrew Dunstan wrote:
> Use a new hstore extension version for added json functions.

> Details
> -------
> http://git.postgresql.org/pg/commitdiff/a18167510f4c385329697588ce5132cbf95779c3
>
> Modified Files
> --------------
> contrib/hstore/hstore--1.1--1.2.sql |   47 +++
> contrib/hstore/hstore--1.1.sql      |  537 -----------------------------------
> contrib/hstore/hstore--1.2.sql      |  537 +++++++++++++++++++++++++++++++++++
> contrib/hstore/hstore.control       |    2 +-
> 4 files changed, 585 insertions(+), 538 deletions(-)

The join to pg_depend is underspecified because it doesn't restrict
classid, just refclassid. That might lead to problems if extensions
depend on each others and such.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Ensure installation dirs are built before contents are installed
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Add missing condition for pg_depend in hstore migration script.