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