Re: [pgadmin-hackers] pga3: SQL Formatting

2003-05-09 Thread Andreas Pflug
Dave Page wrote: I'm after some thoughts on SQL formatting for the SQL pane in pgAdmin 3, not so much about how it's indented etc, but whether we include DROPs, ALTER's etc. -- Table: public.foo -- DROP TABLE public.foo; CREATE TABLE public.foo ( bar INTEGER ); Comments, thoughts? I'm leaning

[pgadmin-hackers] pga3: SQL Formatting

2003-05-09 Thread Dave Page
Hi all, I'm after some thoughts on SQL formatting for the SQL pane in pgAdmin 3, not so much about how it's indented etc, but whether we include DROPs, ALTER's etc. For example, for a simple table we might have: -- Table: public.foo CREATE TABLE public.foo ( bar INTEGER ); or should we have: