Re: multiple psql commands in batch

From: "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com>
To: "Tobias Boes" <tobias(dot)boes(at)gmx(dot)de>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: multiple psql commands in batch
Date: 2006-06-02 22:48:57
Message-ID: b35603930606021548q7ec264cle28f4127a086f792@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Something like:

create database
\connect database user
create table ....

Cheers,
Andrej

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tobias Boes 2006-06-03 09:02:40 Re: multiple psql commands in batch
Previous Message Tom Lane 2006-06-02 22:43:17 Re: Locale and Initdb Errors