COPY

From: Dennis Gearon <gearond(at)fireserve(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: COPY
Date: 2003-10-31 20:14:49
Message-ID: 3FA2C2B9.2010601@fireserve.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

There doesn't seem to be any way to embed the name of the fields in a
text file for either MySQL or Postgres.

So, for example, if I had a tab delimited table of all my MP3's on a
Win32 partition as well as all the MP3's on my laptop and I wanted to
access them from a php/postgres application from either windblowsXP on
one partition or Linux on another Application, I can't embed the name of
the fields in the text table. I'd have to use another file containing
those fields in order.

Anyone know anyother way to do that?

How does the field order of an RBASE file get stored?

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2003-10-31 20:17:11 Re: Cartesian product bug?
Previous Message Dennis Gearon 2003-10-31 19:53:01 Re: database speed