pg_dump problem

From: Olivier PRENANT <ohp(at)pyrenet(dot)fr>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_dump problem
Date: 2001-04-13 20:30:19
Message-ID: Pine.UW2.4.21.0104132224410.8220-100000@server.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

I've read pg_dump threads with great interest as I plan to upgrade from
703 to 71 on next monday if 71 final is out.

Although I did'nt have any of the ploblems listed in threads durin my
tests from 7.0.3 to 7.1betas and 7.1RCs.

I have noticed that pg_dump and pg_dumpall could'nt generate correctly
CREATE FUNCTION when function has been created using the form

CREATE FUNCTION foo(x) RETURNS type AS 'xxxx/foo.so','foo2' LANGUAGE C;

pg_dumps "forgets" the 'foo2' part: that being a pain in the a... when
reloading...

Regards,

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp(at)pyrenet(dot)fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Burton 2001-04-13 20:33:09 Re: Truncation of object names
Previous Message Tom Lane 2001-04-13 20:27:15 Re: Truncation of object names