[OT] Slony + Alter table using pgadmin

Поиск
Список
Период
Сортировка
От Ow Mun Heng
Тема [OT] Slony + Alter table using pgadmin
Дата
Msg-id 1201668160.22178.6.camel@neuromancer.home.net
обсуждение исходный текст
Ответы Re: [OT] Slony + Alter table using pgadmin  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-general
This is OT for this list and I don't have access to I-net (only email)
and I'm not subscribed to the Slony list.

I need to add a few additional columns to an existing replicated
set/table. I know that I can't just add the columns normally but have to
go through slonik's EXECUTE SCRIPT (/usr/bin/slonik_execute_script), but
I've never done this before.

Additionally, there's an option in Pgadmin, which I _think_ also does
this automatically using built-in slonik_execute-script equivalent.

Has anyone done this before? (it outputs this in the SQL. Can I add more
than 1 column per instance?)

-- Execute replicated using cluster "_my_cluster", set 4
ALTER TABLE xmms.d_product_e
   ADD COLUMN aaaa integer;


PS : I can't test this out since my test_db virtual machine is at home.

many thanks..

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

Предыдущее
От: "yogesh m chaudhari"
Дата:
Сообщение: how to create cluster(loadbanacing) of postgresql server
Следующее
От: David Owen
Дата:
Сообщение: Re: Only first statement of two in update-rule is executing?