return composite type quoting

From: Ivan <Ivan-Sun1(at)mail(dot)ru>
To: pgadmin-support(at)postgresql(dot)org
Subject: return composite type quoting
Date: 2004-09-15 09:45:55
Message-ID: 103100986110.20040915134555@mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hello,
I'm using pgAdmin III Verdion 1.2.0 PostBeta 1 (Sep 12 2004).
Bug in building CREATE OR REPLACE FUNCTION statement was fixed
(composite type names quotes now there)
but it still remain in details window (right bottom)
when i browse objects tree:

I see

-- DROP FUNCTION "SomeFunction"(int4);

CREATE OR REPLACE FUNCTION "SomeFunction"("arg" int4)
RETURNS SomeCompositeType AS

instead of expected

-- DROP FUNCTION "SomeFunction"(int4);

CREATE OR REPLACE FUNCTION "SomeFunction"("arg" int4)
RETURNS "SomeCompositeType" AS

----

Thank you.

--
Best regards,
Ivan mailto:Ivan-Sun1(at)mail(dot)ru

Browse pgadmin-support by date

  From Date Subject
Next Message Blaster 2004-09-15 19:51:17 Bug em maintain database window
Previous Message Ivan Nejgebauer 2004-09-15 09:35:14 Re: Crash when editing object properties