Re: Export a database or a table from a database - Mailing list pgsql-general

From Jean-Michel POURE
Subject Re: Export a database or a table from a database
Date
Msg-id 200203131640.g2DGekVc005645@www1.translationforge
Whole thread Raw
In response to Export a database or a table from a database  ("Stefan Kowalski" <Stefan.Kowalski@ixtra.com>)
List pgsql-general
> I want to export a database or a table from a database.
> There is a possibility the copy the data from the table, but
> I need the whole structure include the data.

pg_dump -u database_name --table tablename > file.sql

pgsql-general by date:

Previous
From: Miguel Omar Carvajal
Date:
Subject: Duplicate key
Next
From: Stephan Szabo
Date:
Subject: Re: Referential integrity violation