Re: Question on populating tables . . .

From: "Jeffrey W(dot) Baker" <jwbaker(at)acm(dot)org>
To: "Peter E(dot) Chen" <pchen3(at)jhmi(dot)edu>
Cc: "Postgres (General)" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Question on populating tables . . .
Date: 2002-01-02 21:16:12
Message-ID: Pine.LNX.4.33.0201021315470.6763-100000@windmill.gghcwest.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Gould 2002-01-02 21:16:35 Re: Question on populating tables . . .
Previous Message Brent Verner 2002-01-02 21:10:25 Re: Case sensitivity question . . .