| From: | tuanhoanganh <hatuan05(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Function parameters change when update to 8.3 |
| Date: | 2008-02-23 02:54:54 |
| Message-ID: | c235f61d0802221854n626d4a2ch546d2c1cfbb073d2@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Thank you, I use pgAdmin 1.8.2
On Fri, Feb 22, 2008 at 10:24 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> tuanhoanganh <hatuan05(at)gmail(dot)com> writes:
> > I write script in Query of pgAdminIII
> > ...
> > In functions, I have a new function test. But when I choose "CREATE
> > script" with function test the script change to
>
> > -- Function: test(ud_stt_rec(24))
>
> > -- DROP FUNCTION test(ud_stt_rec(24));
>
> > CREATE OR REPLACE FUNCTION test(ud_stt_rec(24))
>
> I'd say this is a pgadmin bug, which you should report on the pgadmin
> mailing lists. But first, are you using the latest version of pgadmin?
>
> regards, tom lane
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | D. Dante Lorenso | 2008-02-23 03:11:27 | Cascading Trigger - changing row on delete does not delete row |
| Previous Message | D. Dante Lorenso | 2008-02-23 02:36:26 | Cascading Trigger - changing row on delete does not delete row |