Tx,
Thomas,
"Brett W. McCoy" wrote:
>
> On Sun, 24 Dec 2000, Thomas SMETS wrote:
>
> > I'm runnin postgres 7.?? (Last RPM package available from the site).
> >
> > I want to create a few DB creation scripts so I can "publish" that
> > afterwards.
> > On Oracle there's a such possibility but I
> Are you talking about writing external scripts and importing them into
> Postgres in a manner similar to the @ function in SQL*Plus? In psql, you
> can use \i to import scripts to do that.
If it's to be used in shell scripts, it's just as easy to pipe:
psql dbname
On Sun, 24 Dec 2000, Thomas SMETS wrote:
> I'm runnin postgres 7.?? (Last RPM package available from the site).
>
> I want to create a few DB creation scripts so I can "publish" that
> afterwards.
> On Oracle there's a such possibility but I haven't seen anything
> comaprable in the docs ...
> I
I'm runnin postgres 7.?? (Last RPM package available from the site).
I want to create a few DB creation scripts so I can "publish" that
afterwards.
On Oracle there's a such possibility but I haven't seen anything
comaprable in the docs ...
I however think I'm missing one of the very first pos