Re: pg_dump --pretty-print-views
Marko Tiikkaja <pgmail@joh.to>
From: Marko Tiikkaja <pgmail@joh.to>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2013-01-10T14:24:42Z
Lists: pgsql-hackers
On 1/10/13 3:22 PM, Andrew Dunstan wrote: > For versions >= 9.2 it would be better to allow passing in a > pretty-print value, like 80 or 0, instead of just passing 'true'. The > new line-wrapping that the integer argument triggers is much more > readable than the supposedly pretty value that 'true' provides. Ooh, I had no idea we exposed that in SQL. I like this idea. Regards, Marko Tiikkaja