Re: Schema version management - Mailing list pgsql-hackers

From Joel Jacobson
Subject Re: Schema version management
Date
Msg-id CAASwCXeHzcy9XADNrMFYvO7a+QZyEDtP236JZA7h41qQxci5rQ@mail.gmail.com
Whole thread Raw
In response to Re: Schema version management  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Schema version management  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: [PATCH] Allow breaking out of hung connection attempts
Next
From: Aidan Van Dyk
Date:
Subject: Re: Synchronous Standalone Master Redoux