Renaming schema's

Поиск
Список
Период
Сортировка
От Jochem van Dieten
Тема Renaming schema's
Дата
Msg-id 3DEAA3E3.8050902@oli.tudelft.nl
обсуждение исходный текст
Ответы Re: Renaming schema's  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I have tried to rename a schema using:

test=# update pg_catalog.pg_namespace
test-#     set nspname = 'jochemd'
test-#     where nspname = 'public';

This didn't work out very well, the schema became invisible in
pgAdminII, something I wouldn't want to do to our customers. (It was
still accessible using a schemaname.tablename notation and appeared to
work technically correct.)

Is there any way to rename a schema?

Jochem


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

Предыдущее
От: "Han Holl"
Дата:
Сообщение: Re: Memory leak with palloc
Следующее
От: Nic Ferrier
Дата:
Сообщение: elisp for managing functions