How to dump views definition in one schema?

From: Emi Lu <emilu(at)encs(dot)concordia(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: How to dump views definition in one schema?
Date: 2009-05-14 14:37:41
Message-ID: 4A0C2CB5.6060707@encs.concordia.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Good morning,

Can pg_dump or other command could dump all views definition in one schema.

I was trying to alter column types for several tables, and I have very
complicated view dependencies.

What I try to do is:
(1). Back all views def
(2). alter columns
(3). re-create views from (1)

I'd like to know how to dump all views in one schema?

Thanks,

--
Lu Ying

Browse pgsql-sql by date

  From Date Subject
Next Message Rob Sargent 2009-05-14 15:44:02 Re: update from join
Previous Message Gary Stainburn 2009-05-14 13:27:14 update from join