Re: How to dump only the the data without schema? - Mailing list pgsql-general

From Dmitriy Igrishin
Subject Re: How to dump only the the data without schema?
Date
Msg-id AANLkTinaLmrT7+BCaP5Mga5r3QJv_r_1DjU638QQ=hdn@mail.gmail.com
Whole thread Raw
In response to How to dump only the the data without schema?  (Andre Lopes <lopes80andre@gmail.com>)
List pgsql-general
Hey Andre,

Try pg_dump -a --inserts .......

// Dmitriy

pgsql-general by date:

Previous
From: Andre Lopes
Date:
Subject: How to dump only the the data without schema?
Next
From: Alban Hertroys
Date:
Subject: Re: UPDATE/DELETE with ORDER BY and LIMIT