> -Original Message-
> From: Edward Di Geronimo Jr. [mailto:[EMAIL PROTECTED]
> Sent: 13 June 2006 17:06
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: RE: SQL Code Formatting Patch
>
> I agree that it would be better as you wrote, and that was my
> original
> intention, but I'm h
Quoting Dave Page :
I would expect the subselects to look more like:
(
SELECT h2.hd_hardware_id::text || ' ('::character
varying::text) || a2.gbl_name::text) || ',
'::character varying::text) ||
h2.hd_model::text) || ')'::character varying::te
[Please use the list!]
> -Original Message-
> From: Edward Di Geronimo Jr. [mailto:[EMAIL PROTECTED]
> Sent: 08 June 2006 00:55
> To: Dave Page
> Subject: SQL Code Formatting Patch
>
> Hi Dave,
>
> I got sick of the unreadable SQL displayed as the source of
> views, so
> I redid the