- SET/DROP DEFAULT
+ SET/DROP DEFAULT
These forms set or remove the default value for a domain. Note
- SET/DROP NOT NULL
+ SET/DROP NOT NULL
These forms change whether a domain is marked to allow NULL
- ADD domain_constraint [ NOT VALID ]
+ ADD domain_constraint [ NOT VALID ]
This form adds a new constraint to a domain using the same syntax as
- DROP CONSTRAINT [ IF EXISTS ]
+ DROP CONSTRAINT [ IF EXISTS ]
This form drops constraints on a domain.
- RENAME CONSTRAINT
+ RENAME CONSTRAINT
This form changes the name of a constraint on a domain.
- VALIDATE CONSTRAINT
+ VALIDATE CONSTRAINT
This form validates a constraint previously added as
- OWNER
+ OWNER
This form changes the owner of the domain to the specified user.
- SET SCHEMA
+ SET SCHEMA
This form changes the schema of the domain. Any constraints
- CURRENT_USER
+ CURRENT_USER
Alter the current user instead of an explicitly identified role.
- SESSION_USER
+ SESSION_USER
Alter the current session user instead of an explicitly identified
- REFRESH PUBLICATION
+ REFRESH PUBLICATION
Fetch missing table information from publisher. This will start
- <replaceable class="parameter">PERMISSIVE>
+ <literal>PERMISSIVE>
Specify that the policy is to be created as a permissive policy.
All permissive policies which are applicable to a given query will
be combined together using the boolean "OR" operator. By creating
permissive policies, administrators can add to the set of records
- which can be accessed. Policies are PERMISSIVE by default.
+ which can be accessed. Policies are permissive by default.
- <replaceable class="parameter">RESTRICTIVE>
+ <literal>RESTRICTIVE>
Specify that the policy is to be created as a restrictive policy.
CREATE STATISTICS [ IF NOT EXISTS ] statistics_name
- WITH ( option [= value] [, ... ] )
- ON ( column_name, column_name [, ...])
- FROM table_name
+ WITH ( option [= value] [, ... ] )
+ ON ( column_name, column_name [, ...])
+ FROM table_name
- COPY DATA
- NOCOPY DATA
+ COPY DATA
+ NOCOPY DATA
Specifies if the existing data in the publications that are being
- NOCONNECT
+ NOCONNECT
Instructs CREATE SUBSCRIPTION to skip the initial
- SELECT
+ SELECT
Allows from
- INSERT
+ INSERT
Allows of a new
- UPDATE
+ UPDATE
Allows of any
- DELETE
+ DELETE
Allows of a row
- TRUNCATE
+ TRUNCATE
Allows on
- REFERENCES
+ REFERENCES
Allows creation of a foreign key constraint referencing the specified
- TRIGGER
+ TRIGGER
Allows the creation of a trigger on the specified table. (See the
- CREATE
+ CREATE
For databases, allows new schemas and publications to be created within the database.
- CONNECT
+ CONNECT
Allows the user to connect to the specified database. This
- TEMPORARY
- TEMP
+ TEMPORARY
+ TEMP
Allows temporary tables to be created while using the specified database.
- EXECUTE
+ EXECUTE
Allows the use of the specified function and the use of any
- USAGE
+ USAGE
For procedural languages, allows the use of the specified language for
- ALL PRIVILEGES
+ ALL PRIVILEGES
Grant all of the available privileges at once.