Re: [GENERAL] pglogical sync
От | armand pirvu |
---|---|
Тема | Re: [GENERAL] pglogical sync |
Дата | |
Msg-id | 53D59196-0CC6-4F43-B46E-E258BF560964@gmail.com обсуждение исходный текст |
Ответ на | [GENERAL] pglogical sync (armand pirvu <armand.pirvu@gmail.com>) |
Список | pgsql-general |
I see says the blind man
Looked in the code
and correct the syntax and ran on subscriber
all good
On Aug 10, 2017, at 12:29 PM, armand pirvu <armand.pirvu@gmail.com> wrote:Hi folksA question about pglogical syncI have a setup with a schema named myschema.All works well but looking at syncpglogical.alter_subscription_resynchronize_table(subscription_name name, relation regclass)Resynchronize one existing table. WARNING: This function will truncate the table first.Parameters:subscription_name - name of the existing subscriptionrelation - name of existing table, optionally qualifiedHow exactly to you run this ? What am I missing ?testrep=# select pglogical.alter_subscription_resynchronize_table(subscription_name := 'mysubscription', 'myschema.tbl1');ERROR: positional argument cannot follow named argumentLINE 1: ...nize_table(subscription_name := 'mysubscription', 'myschema....^testrep=# select pglogical.alter_subscription_resynchronize_table(subscription_name := 'mysubscription', 'myschema.tbl1'::regclass);ERROR: positional argument cannot follow named argumentLINE 1: ...nize_table(subscription_name := 'mysubscription', 'myschema....Thanks for helpArmand
В списке pgsql-general по дате отправления: