Skip to content

2.27.0.0-b229

@suranjan suranjan tagged this 16 Jun 13:04
Summary:
Allow admin user to create publication with FOR ALL TABLES clause in the following syntax.
```
CREATE PUBLICATION name
    [ FOR TABLE [ ONLY ] table_name [ * ] [, ...]
      | FOR ALL TABLES ]
    [ WITH ( publication_parameter [= value] [, ... ] ) ]
```
Before this, it was only allowed to the superuser.

Also, allow the admin user to ALTER PUBLICATION to set a different OWNER.
Jira: DB-10760

Test Plan: Test Manually

Reviewers: vkushwaha, utkarsh.munjal, stiwary

Reviewed By: stiwary

Subscribers: yql

Differential Revision: https://phorge.dev.yugabyte.com/D40967
Assets 2
Loading