Re: SystemObject show patch more.

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: SystemObject show patch more.
Date: 2003-07-16 09:35:52
Message-ID: 03AF4E498C591348A42FC93DEA9661B83AF185@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Hiroshi Saito [mailto:saito(at)inetrt(dot)skcapi(dot)co(dot)jp]
> Sent: 16 July 2003 06:58
> To: Hiroshi Saito
> Cc: pgadmin-hackers(at)postgresql(dot)org; Dave Page
> Subject: Re: [pgadmin-hackers] SystemObject show patch more.
>
>
> Hi Andreas.
>
> One more.
> pgLanguage patch.
>
> Check it.
>

Hi Hiroshi,

I beleive the SQL changes you have made are incorrect. The validator is
optional (not the handler) so should use the left outer join, and we
want lanispl = TRUE to get only user defined procedural languages. In
actual fact, I think that's best removed altogether, and SystemObject =
(lanispl == FALSE); so that with SystemObjects on, we see SQL & C etc.

What do you think?

Regards, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-07-16 11:26:59 Re: Some help
Previous Message Dave Page 2003-07-16 09:25:17 Re: Trouble with wxWindows (XRC and STC linking