Re: CREATE SCHEMA IF NOT EXISTS

From: Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>
To: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CREATE SCHEMA IF NOT EXISTS
Date: 2012-08-15 18:31:27
Message-ID: CAFcNs+pxpBraYkxAd6nsoN1GgLobXKrEK=D=_D53bHfX-Q3qAg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2012/8/15 David E. Wheeler <david(at)justatheory(dot)com>

> Hackers,
>
> Is there any reason not to add $subject? Would it be difficult?

Looking to the source code I think this feature isn't hard to implement...
I'm writing a little path to do that and I'll send soon...

> Would save me having to write a DO statement every time I needed it (which
> in migration scripts is fairly often).
>
>
I understand your difficulty.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-08-15 20:02:04 Bogus rescan logic in ExecReScanCteScan
Previous Message David E. Wheeler 2012-08-15 17:50:00 CREATE SCHEMA IF NOT EXISTS