Re: database development - Mailing list pgsql-admin

From missive@frontiernet.net (Lee Harr)
Subject Re: database development
Date
Msg-id 9r2gid$12c9$1@news.tht.net
Whole thread Raw
In response to database development  (Lee Doolan <rldoolanREMOVE@pacbell.net>)
List 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


pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: RedHat logging
Next
From: Tom Lane
Date:
Subject: Re: [repost] pg_restore doesn't work with custom format?