When extracting DDL from a database, I note that the SQL for views is extracted as a single line, not with the line spacing and indenting it was created with. DbAdmin reformats the view, but other tools like DbVisualizer have SQL formatting rules that don't reformat nicely - a lot of extra parenthesis are present. Is this due to the way that view definitions are stored as metadata? And is this also why view definitions are not directly editable in psql as with \ef? (* wishing for an \ev *) -- View this message in context: http://postgresql.1045698.n5.nabble.com/Unformatted-view-DDL-in-pg-dump-tp5753856.html Sent from the PostgreSQL - general mailing list archive at Nabble.com. -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general