dump a single record as sql?

From: "Andy Kriger" <akriger(at)greaterthanone(dot)com>
To: "Pgsql-General" <pgsql-general(at)postgresql(dot)org>
Subject: dump a single record as sql?
Date: 2003-03-31 19:04:45
Message-ID: OJEFIHHAALOBKKJEOMBDKEMKDOAA.akriger@greaterthanone.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is it possible to dump a single record (or the results of select stmt) as a
SQL cmd?

For example, I do one-time entries on my dev server to test a new db entry.
Then once I've got the entry right, I want to dump that record as an insert
stmt I can copy to my prd server.

(sorry for the double-post, sent the msg too soon)

thx
a

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-03-31 19:30:27 Re: System lockup
Previous Message Andy Kriger 2003-03-31 19:02:44 dump a single record as sql?