Re: How to read data from a file?

From: Bill Moseley <moseley(at)hank(dot)org>
To: kynn(at)panix(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: How to read data from a file?
Date: 2004-02-08 17:35:35
Message-ID: 20040208173535.GA1310@hank.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sun, Feb 08, 2004 at 12:04:54PM -0500, kynn(at)panix(dot)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(at)hank(dot)org

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message kynn 2004-02-08 18:00:21 Re: How to read data from a file?
Previous Message Stephan Szabo 2004-02-08 17:30:19 Re: How to read data from a file?