Re: Schema version management

From: Joel Jacobson <joel(at)trustly(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Schema version management
Date: 2012-07-12 13:57:36
Message-ID: CAASwCXeHzcy9XADNrMFYvO7a+QZyEDtP236JZA7h41qQxci5rQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thursday, July 12, 2012, Tom Lane wrote:
>
> What are you going to do with objects that don't have schemas?
> (Including, but not restricted to, the schemas themselves.)
>

Good question. Maybe something like this?

For objects without schema:
/global/[type]/[name].sql

For objects with schema:
/schema/[schema]/[type]/[name].sql

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aidan Van Dyk 2012-07-12 13:58:52 Re: Synchronous Standalone Master Redoux
Previous Message Heikki Linnakangas 2012-07-12 13:28:41 Re: [PATCH] Allow breaking out of hung connection attempts