Re: [pgadmin-hackers] SQL Code Formatting Patch

2006-06-13 Thread Dave Page
> -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

Re: [pgadmin-hackers] SQL Code Formatting Patch

2006-06-13 Thread Edward Di Geronimo Jr.
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

Re: [pgadmin-hackers] SQL Code Formatting Patch

2006-06-12 Thread Dave Page
[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