Re: BUG #1551: You need an import/export feature - Mailing list pgsql-bugs

From Michael Fuhr
Subject Re: BUG #1551: You need an import/export feature
Date
Msg-id 20050318060250.GA20346@winnie.fuhr.org
Whole thread Raw
In response to BUG #1551: You need an import/export feature  ("Bobby" <dub357@cox.net>)
List pgsql-bugs
On Thu, Mar 17, 2005 at 08:24:06PM +0000, Bobby wrote:

> PostgreSQL version: 8.1

Do you mean 8.0.1?  There is no 8.1; CVS HEAD is currently 8.1devel, and
it's a long way from being released.

> You guys badly need an import/export feature.

Could you be more specific?  Are you familiar with COPY and psql's \copy?

http://www.postgresql.org/docs/8.0/interactive/sql-copy.html
http://www.postgresql.org/docs/8.0/interactive/app-psql.html

If you'd like additional functionality then please describe what you're
looking for.  Even better, submit a patch that implements it ;-)

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-bugs by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: BUG #1547: CREATE TYPE AS error
Next
From: Tom Lane
Date:
Subject: Re: BUG #1550: LOCK TABLE in plpgsql function doesn't work.