Re: Grant / Revoke functionality

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Grant / Revoke functionality
Дата
Msg-id 200402181507.14703.shridhar_daithankar@persistent.co.in
обсуждение исходный текст
Ответ на Grant / Revoke functionality  (Alexander Priem <ap@cict.nl>)
Список pgsql-general
On Wednesday 18 February 2004 14:41, Alexander Priem wrote:
> Thanks for your reply.
>
> I already have all the tables/views/sequences set up and filled. Can I
> create a new schema and 'assign' the existing tables/views/sequences to
> this new schema? Will this affect current queries I have created?

You mean alter table set schema to foo? I doubt you can do that..

What you can do is dump/reload a single schema. After dumping the schema, edit
the dump to schema creation/set search path by hand and it will insert the
objects in the new schema..

HTH

 Shridhar

В списке pgsql-general по дате отправления:

Предыдущее
От: "Greg Patnude"
Дата:
Сообщение: Re: Inherited tables and column references
Следующее
От: tibor@opendiary.com
Дата:
Сообщение: Re: How can I delete a primary or foreign key?