"Bruno BAGUETTE" <[EMAIL PROTECTED]> writes: > Hello, > > I'm trying to dump a PostgreSQL 6.5.2. database table in order to add it > in a PostgreSQL 7.3.3 database but I'm encountering some errors :
You are using the pg_dump from 7.3 and the lastest version it supports is 7.0. Try using the 6.5.2 pg_dump and then restore that dump into the 7.3.3 database. Regards, Manuel. ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly