moving user obejcts to production

From: s(dot)chava(at)wcom(dot)com (Srinivasa Rao Chava)
To: pgsql-admin(at)postgresql(dot)org
Subject: moving user obejcts to production
Date: 2001-10-02 14:12:59
Message-ID: 66d229f1.0110020612.5c87e712@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,
I have a postgresql database(DEPG) in development which contains three
user accounts(pldev,extranet,intranet) for different applications. One
application(pldev) has been finished development and the other two are
still in development stage. The finished application(pldev) which
contains several tables , functions, procedures and triggers need to
be moved to production, leaving the unfinished in development.
I createa database PGPROD in production box and trying to move only
the objects belonging to finished application(pldev).If I use pg_dump,
it is dumping full database.
I need to dump only the finished application account(pldev).
In oracle , we use export with owner= username option for exporting
the individual users objects. and import in production server into the
respective user's account,say pldev in production database.
How to do it in postgresql? and is there any way to do it?
Thanks
chava

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tony Reina 2001-10-02 17:12:45 Re: Finding active connections to postmaster
Previous Message KobayashiJunichi 2001-10-02 04:31:47 Webmin Add-On Patches For PostgreSQL Standard Module