* Davy Durham (pubaddr5(at)davyandbeth(dot)com) wrote:
> To reiterate, it is not possible to use the COPY command to create
> standard SQL INSERT statements that can be conveniently loaded by
> another db. No?
Erm, thankfully, PostgreSQL (what you're loading the data into?) can
take more than just SQL INSERT statements.
Of course, on the other hand, you *could* use COPY to create SQL INSERT
statements through an appropriately crafted query. PG makes that
reasonably straight-forward, actually.
Stephen