Re: database development

From: missive(at)frontiernet(dot)net (Lee Harr)
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: database development
Date: 2001-10-23 01:19:09
Message-ID: 9r2gid$12c9$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>
> In order to maintain the database schema, I started out by using
> a script like this one which I kept stored in my source
> repository:
>

I do something similar: keep the source code for the database
schema in the cvs repository with my application code...

But I do not use a shell script!

I just write sql and "run" it in psql using
\i schemaText

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message 이바다 2001-10-23 10:49:57 Vacuum Fail -- sudden death of backend process.......
Previous Message Andrew Hill 2001-10-22 23:44:57 Re: Freeing Connections