Re: Schema version management

From: Joel Jacobson <joel(at)trustly(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Aidan Van Dyk <aidan(at)highrise(dot)ca>, Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>, Vik Reykja <vikreykja(at)gmail(dot)com>, Michael Glaesemann <grzm(at)seespotcode(dot)net>, Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Schema version management
Date: 2012-07-12 06:50:31
Message-ID: CAASwCXd--rQJxGbHPe2P2rTr2DeBFpazCHyv_BTCfyzw3ZbgZg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jul 11, 2012 at 11:20 PM, Alvaro Herrera <alvherre(at)commandprompt(dot)com
> wrote:

> operator_!___numeric.sql (postfix, name does not need escape)
> operator_%7C%2F_integer__.sql (prefix)
> operator_%3C_bit_varying__bit_varying.sql (type name with spaces,
> changed to _)
>
>
I think the directory structure [schema]/[type]/[name] should be the same
for all object types. I don't like "operator" being part of the filename,
it should be the directory name.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christophe Pettus 2012-07-12 06:59:27 Logging both start and end of temporary file usage
Previous Message Joel Jacobson 2012-07-12 06:35:29 Re: Schema version management