Re: Question on populating tables . . . - Mailing list pgsql-general

From Jeffrey W. Baker
Subject Re: Question on populating tables . . .
Date
Msg-id Pine.LNX.4.33.0201021315470.6763-100000@windmill.gghcwest.com
Whole thread Raw
In response to Question on populating tables . . .  ("Peter E. Chen" <pchen3@jhmi.edu>)
List pgsql-general

On Wed, 2 Jan 2002, Peter E. Chen wrote:

> Hey All,
>
> Is there a way to populate a table using a tab-delimited file?  This feature
> is available in MySQL and I'd like to know if it is possible with
> postgreSQL.

Yes, you can copy a table to or from a file.  See the documentation for
the COPY command.

-jwb


pgsql-general by date:

Previous
From: Andrew Gould
Date:
Subject: Re: Question on populating tables . . .
Next
From: "P.J. \"Josh\" Rovero"
Date:
Subject: Re: Question on populating tables . . .