On Tue, Oct 01, 2002 at 05:40:42PM +0530, Murali Mohan Kasetty wrote:
> Hi All,
>
> Is it possible to import data from .txt files into PostgreySQL
> 7.1.3. If so , How do I do it?
>
> Any help would be greatly appreciated.
\copy in psql can copy delimited files. There is a similar facility using
the pq library.
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> There are 10 kinds of people in the world, those that can do binary
> arithmetic and those that can't.