[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Tidy Pg-database.sql with pg_dump -F p?
- Subject: Tidy Pg-database.sql with pg_dump -F p?
- From: Jeff Kowalczyk <..hidden..>
- Date: Thu, 04 Jun 2009 00:38:31 -0400
Along similar lines to perltidy cleanups done previously, I would like to
work up a commit normalizing the handwritten trunk/sql/Pg-database.sql
source using pg_dump --format=p as a starting point.
This would be a large and noisy diff, so anyone with an uncommitted
branch would have difficulty merging afterward.
On the other hand, the pg_dump formatted SQL is much easier to
read, debug and accept patches against, IMO.
Thoughts?
Jeff