Re: CREATE SCHEMA IF NOT EXISTS - Mailing list pgsql-hackers

From Dickson S. Guedes
Subject Re: CREATE SCHEMA IF NOT EXISTS
Date
Msg-id CAHHcreoqKcUqR3oTycNMcv-4beVRGRgbXAZqzqt6ndCaBE6QyA@mail.gmail.com
Whole thread Raw
In response to Re: CREATE SCHEMA IF NOT EXISTS  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List pgsql-hackers
2012/8/17 Fabrízio de Royes Mello <fabriziomello@gmail.com>:
>
> 2012/8/17 Alvaro Herrera <alvherre@2ndquadrant.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@guedesoft.net - skype: guediz
http://guedesoft.net - http://www.postgresql.org.br



pgsql-hackers by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: CREATE SCHEMA IF NOT EXISTS
Next
From: Alvaro Herrera
Date:
Subject: SERIAL columns in foreign tables