Using sql statements in file

From: "Suresh Basandra" <sureshb(at)warpera(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Using sql statements in file
Date: 2003-09-22 16:01:49
Message-ID: 000a01c38122$d49b8920$7e01a8c0@adminsyiqnhet0
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

I would like to do the following using files:

1. put create database, create tables sql statements in a file and
execute through prompt
2. insert or update data that is put in a file

Please let me know if there are any examples that lists how sql
statements can be put in a file and used.

Thanks
Suresh Basandra

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Wei Weng 2003-09-22 16:03:30 Re: Using sql statements in file
Previous Message Suresh Basandra 2003-09-22 15:54:11 Using sql statements in file