Re: CREATE SCHEMA IF NOT EXISTS

From: "Dickson S(dot) Guedes" <listas(at)guedesoft(dot)net>
To: fabriziomello(at)gmail(dot)com
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CREATE SCHEMA IF NOT EXISTS
Date: 2012-08-17 14:37:25
Message-ID: CAHHcreoqKcUqR3oTycNMcv-4beVRGRgbXAZqzqt6ndCaBE6QyA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2012/8/17 Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>:
>
> 2012/8/17 Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
>>
>> Excerpts from Fabrízio de Royes Mello's message of vie ago 17 09:16:30
>> -0400 2012:
>>
>> > The attached patch contains regression tests for it.
>>
>> I think you're missing support in copyfuncs.c and equalfuncs.c for the
>> new field in the node.
>
> You're completely right, thanks...
>
> The attached patch add support for the new field in the node in
> "copyfuncs.c" and "equalfuncs.c".

Maybe I'm missing something but shouldn't it being handled in extension.c too?

[]s
--
Dickson S. Guedes
mail/xmpp: guedes(at)guedesoft(dot)net - skype: guediz
http://guedesoft.net - http://www.postgresql.org.br

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2012-08-17 14:53:21 SERIAL columns in foreign tables
Previous Message Fabrízio de Royes Mello 2012-08-17 13:59:58 Re: CREATE SCHEMA IF NOT EXISTS