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

From Oliver Elphick
Subject Re: Export a database or a table from a database
Date
Msg-id 1015418944.1405.186.camel@linda
Whole thread Raw
In response to Export a database or a table from a database  ("Stefan Kowalski" <Stefan.Kowalski@ixtra.com>)
List pgsql-general
On Wed, 2002-03-06 at 11:43, Stefan Kowalski wrote:
> Hello,
>
> 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 -d database [-t table]

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C

     "The LORD is my light and my salvation; whom shall I
      fear? the LORD is the strength of my life; of whom
      shall I be afraid?"           Psalms 27:1


pgsql-general by date:

Previous
From: Jeff Anto
Date:
Subject: pbs with pg_dump
Next
From: Jean-Michel POURE
Date:
Subject: Re: Export a database or a table from a database