Re: Exporting data as SQL

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Søren Neigaard <s(dot)neigaard(at)mobilethink(dot)dk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Exporting data as SQL
Date: 2003-01-08 12:37:21
Message-ID: 20030108123721.GB25850@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jan 08, 2003 at 01:21:24PM +0100, Søren Neigaard wrote:
> Is it possible to dump the data from a PostgreSQL database, without any
> information about setting up tables and users, just the data? And how is it
> done?

pg_dump -a

--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Support bacteria! They're the only culture some people have.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Siebert 2003-01-08 14:31:00 Strange Error
Previous Message Søren Neigaard 2003-01-08 12:21:24 Exporting data as SQL