Scott Marlowe wrote:
On Wed, 2004-06-09 at 10:43, David F. Skoll wrote:
On Wed, 9 Jun 2004, Scott Marlowe wrote:
If you put the application's data into a specific schema, then you can
dump just that schema with the -n switch...
Thanks. That's a solution for 7.4, but some of our installed base
(especially the older ones with large DB's that cause the problem) are
still on 7.2 or 7.3.
7.3 supported schemas, but I'm not sure its pg_dump supported dumping
individual ones.
I'm running 7.3.4 and use pg_dump with individual schemas.
-Bill Montgomery
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match