Re: CREATE SCHEMA IF NOT EXISTS

From: Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: "Dickson S(dot) Guedes" <listas(at)guedesoft(dot)net>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CREATE SCHEMA IF NOT EXISTS
Date: 2012-08-17 13:59:58
Message-ID: CAFcNs+paWTdTFe6T6Fnme52Eyr6BdgOgGfnJaumPKzo1VgSMRQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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".

Regards,

--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Blog sobre TI: http://fabriziomello.blogspot.com
>> Perfil Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello

Attachment Content-Type Size
create_schema_if_not_exists_v4.patch application/octet-stream 6.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dickson S. Guedes 2012-08-17 14:37:25 Re: CREATE SCHEMA IF NOT EXISTS
Previous Message Alvaro Herrera 2012-08-17 13:46:17 Re: CREATE SCHEMA IF NOT EXISTS