diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-06-30 10:28:08 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-06-30 10:28:08 +0900 |
commit | c951e9042dd12db80cac4e9a50f198a1eead2036 (patch) | |
tree | 056bad54e3cde0491467ffc81e4bffac1dac0379 /contrib/postgres_fdw/sql/postgres_fdw.sql | |
parent | 23d8624fe52efff0e1c8a6e809d51671f9f549d6 (diff) | |
download | postgresql-c951e9042dd12db80cac4e9a50f198a1eead2036.tar.gz postgresql-c951e9042dd12db80cac4e9a50f198a1eead2036.zip |
Add tab completion for CREATE SCHEMA in psql
The following patterns are added for CREATE SCHEMA:
- AUTHORIZATION, without a schema name or after a schema name.
- Possible list of owner roles after AUTHORIZATION.
- CREATE and GRANT within the supported set of commands.
- Correct object types supported in an embedded CREATE SCHEMA command.
While on it, this commit adjusts the completion done after CREATE
UNLOGGED:
- Addition of SEQUENCE.
- Avoid suggesting MATERIALIZED VIEW in CREATE TABLE.
Author: Dagfinn Ilmari Mannsåker
Reviewed-by: Suraj Khamkar, Michael Paquier
Discussion: https://postgr.es/m/8735snihmz.fsf@wibble.ilmari.org
Diffstat (limited to 'contrib/postgres_fdw/sql/postgres_fdw.sql')
0 files changed, 0 insertions, 0 deletions