Re: How to read data from a file? - Mailing list pgsql-novice

From Bill Moseley
Subject Re: How to read data from a file?
Date
Msg-id 20040208173535.GA1310@hank.org
Whole thread Raw
In response to How to read data from a file?  (<kynn@panix.com>)
Responses Re: How to read data from a file?
List pgsql-novice
On Sun, Feb 08, 2004 at 12:04:54PM -0500, kynn@panix.com wrote:
>
> Is there a way to initialize tables by reading the data from a regular
> text file?

Define "regular".

How about:

  psql -d databse -f regular_text_file.sql


--
Bill Moseley
moseley@hank.org


pgsql-novice by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: How to read data from a file?
Next
From:
Date:
Subject: Re: How to read data from a file?