Re: "Use replication set" widget

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: "Use replication set" widget
Date: 2011-04-04 11:04:59
Message-ID: BANLkTinYztk3Z7q5x0K4tud1Ntp35rn8Ng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Mon, Apr 4, 2011 at 11:20 AM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:
> Le 04/04/2011 11:58, Dave Page a écrit :
>> On Mon, Apr 4, 2011 at 10:43 AM, Guillaume Lelarge
>> <guillaume(at)lelarge(dot)info> wrote:
>>> Hi,
>>>
>>> I'm working to get all dialogs available in a 800x600 pixels screen.
>>> While doing this, I found that not all properties dialog had a "Use
>>> replication" widget. Which seems a great idea to me, because you can put
>>> only tables and sequences in a Slony replication set. So I wonder why
>>> there are so many dialogs that have this widget even if it's of no use
>>> to many of them.
>>>
>>> Quick list:
>>>
>>> dlgAggregate.xrc dlgCast.xrc dlgCheck.xrc dlgColumn.xrc
>>> dlgConversion.xrc dlgDomain.xrc dlgExtension.xrc dlgExtTable.xrc
>>> dlgForeignDataWrapper.xrc dlgForeignKey.xrc dlgForeignServer.xrc
>>> dlgForeignTable.xrc dlgFunction.xrc dlgGroup.xrc dlgIndexConstraint.xrc
>>> dlgIndex.xrc dlgLanguage.xrc dlgOperator.xrc dlgPackage.xrc
>>> dlgRole.xrc dlgRule.xrc dlgSchema.xrc dlgSequence.xrc dlgSynonym.xrc
>>> dlgTable.xrc dlgTextSearchConfiguration.xrc dlgTextSearchDictionary.xrc
>>> dlgTextSearchParser.xrc dlgTextSearchTemplate.xrc dlgTrigger.xrc
>>> dlgType.xrc dlgUserMapping.xrc dlgUser.xrc dlgView.xrc
>>>
>>> Can I drop them in all dialogs but table's and sequence's ones? or did I
>>> misunderstand the use of this widget?
>>
>> You misunderstood :-). What that is supposed to do is execute the
>> query using Slony's EXECUTE DDL functionality, which allows the change
>> to be pushed out across the entire cluster - so (for example), you can
>> push a new role out to all of your servers.
>>
>>
>
> Oh OK, thanks for the explanation. So, it should be on all properties'
> dialogs?

Yup.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-04-04 14:59:49 Planning for 1.14 Beta 1
Previous Message Guillaume Lelarge 2011-04-04 10:20:36 Re: "Use replication set" widget