Re: pg_get_triggerdef in pg_dump

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_get_triggerdef in pg_dump
Date: 2003-06-24 18:57:59
Message-ID: 3EF89F37.3080307@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rod Taylor wrote:

>>Oh, one more thing --- right justify isn't as accepted as left-justify
>>
>>
>
>But it looks so much better...
>
>
Yessss!
Consider this:

SELECT foo
FROM bar b
LEFT JOIN chair c USING (thekeycol)
WHERE ...
:-)

versus

SELECT foo
FROM bar b
LEFT JOIN chair c USING (thekeycol)
WHERE ...
The keywords are separated :-(

SELECT foo
FROM bar b
LEFT JOIN chair c USING (thekeycol)
WHERE ...
No more lineup :-(

Admittedly, when you type it yourself, it's a bit annoying, because you
can't use just tabs. But if it's generated, it won't do any harm.
Why not giving PostgreSQL this extra portion of elegance...

Regards,
Andreas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-06-24 19:00:47 Re: pg_get_triggerdef in pg_dump
Previous Message Bruce Momjian 2003-06-24 18:43:24 Re: interval's and printing...