moving database objects from one schema to other

From: akp geek <akpgeek(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: moving database objects from one schema to other
Date: 2010-10-28 16:11:39
Message-ID: AANLkTinDu0egEMaKbPTvpDkvb2dMyF+6dta=kk_aYtxA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all -

I would like to know if there is any other way of moving
objects from one schema to other schema? right now the way I am doing it is
, take the backup and importing whatever the database objects I wanted to
move, I am doing that using pg_restore. But I am finding it difficult for
functions, sequences

Thanks for your help

Regards

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thom Brown 2010-10-28 16:15:58 Re: moving database objects from one schema to other
Previous Message Daniel Verite 2010-10-28 16:07:26 Re: Should PQconsumeInput/PQisBusy be expensive to use?