Re: database aliases?

From: David Fetter <david(at)fetter(dot)org>
To: SF Postgres <sfpug(at)postgresql(dot)org>
Subject: Re: database aliases?
Date: 2003-04-05 02:51:10
Message-ID: 20030405025109.GV18584@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: sfpug

On Fri, Apr 04, 2003 at 03:45:11PM -0800, Reece Hart wrote:

> Does anyone know if there's a way to create a database alias? What
> I'm after is an easy way to archive older versions of a database
> (data, schema, functions, etc) as well as facilitate the
> dev->stage->production cycle.

> For example, I'd like to be able to name databases like

> db-1.0
> db-1.1
> db-1.2

> and have a `db' alias which points to the most recent, while still
> allowing users to login directly to a version, e.g., to `db-1.1'.

Would 7.3's new schema system help?

HTH :)

Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 cell: +1 415 235 3778

In response to

Responses

Browse sfpug by date

  From Date Subject
Next Message Josh Berkus 2003-04-05 02:54:40 Re: database aliases?
Previous Message Reece Hart 2003-04-04 23:45:11 database aliases?