postgresql/doc/src/sgml/ref
Tom Lane 54aba936da Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page.
Since schemas have more than one kind of privilege, we should
use the synopsis form that shows the privilege being possibly
repeated.

Yugo Nagata

Discussion: https://postgr.es/m/20240424155052.7ac0d0773e4ae27ab723faea@sraoss.co.jp
2024-04-24 10:18:53 -04:00
..
abort.sgml Transaction chaining 2019-03-24 11:33:02 +01:00
allfiles.sgml doc: adjust alignment of doc file list for "pg_waldump.sgml" 2021-01-18 18:48:25 -05:00
alter_aggregate.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_collation.sgml doc: Fix man page whitespace issues 2020-06-07 14:54:28 +02:00
alter_conversion.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_database.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_default_privileges.sgml Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. 2024-04-24 10:18:53 -04:00
alter_domain.sgml Doc: document that we expect CHECK constraint conditions to be immutable. 2018-12-07 16:40:58 -05:00
alter_event_trigger.sgml doc: remove incorrect grammar for ALTER EVENT TRIGGER 2024-02-01 10:45:37 +01:00
alter_extension.sgml SQL procedures 2017-11-30 11:03:20 -05:00
alter_foreign_data_wrapper.sgml doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example 2023-12-19 14:13:50 +01:00
alter_foreign_table.sgml doc: Fix example command for ALTER FOREIGN TABLE ... OPTIONS. 2023-06-08 20:14:48 +09:00
alter_function.sgml doc: clarify how dropping of extensions affects dependent objs. 2022-07-14 17:41:03 -04:00
alter_group.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_index.sgml doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER commands 2021-02-13 16:06:34 +09:00
alter_language.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_large_object.sgml Doc: improve documentation about ALTER LARGE OBJECT requirements. 2018-12-11 11:21:36 -05:00
alter_materialized_view.sgml doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW 2022-03-19 16:37:43 +09:00
alter_opclass.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_operator.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_opfamily.sgml Add equalimage B-Tree support functions. 2020-02-26 11:28:25 -08:00
alter_policy.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_procedure.sgml doc: clarify how dropping of extensions affects dependent objs. 2022-07-14 17:41:03 -04:00
alter_publication.sgml Doc: fix description of privileges needed for ALTER PUBLICATION. 2021-01-12 12:52:24 -05:00
alter_role.sgml Improve documentation of the CREATEROLE attibute. 2023-01-03 15:03:03 -05:00
alter_routine.sgml Doc: fix confusion about LEAKPROOF in syntax summaries. 2021-06-23 14:27:13 -04:00
alter_rule.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_schema.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_sequence.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_server.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_statistics.sgml Copy editing: fix a bunch of misspellings and poor wording. 2020-09-21 12:43:42 -04:00
alter_subscription.sgml doc: Fix man page whitespace issues 2020-06-07 14:54:28 +02:00
alter_system.sgml doc: improve ALTER SYSTEM description of value list quoting 2023-10-31 10:21:32 -04:00
alter_table.sgml Doc: update documentation about EXCLUDE constraint elements. 2024-04-07 15:36:08 -04:00
alter_tablespace.sgml Introduce a maintenance_io_concurrency setting. 2020-03-16 17:14:26 +13:00
alter_trigger.sgml Add ALTER .. NO DEPENDS ON 2020-04-20 13:42:12 -04:00
alter_tsconfig.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_tsdictionary.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_tsparser.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_tstemplate.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_type.sgml doc: use wording "restore" instead of "reload" of dumps 2022-07-21 14:55:23 -04:00
alter_user.sgml Clarify documentation about PASSWORD in CREATE/ALTER ROLE 2018-11-23 09:10:24 +09:00
alter_user_mapping.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
alter_view.sgml doc: Fix man page whitespace issues 2020-06-07 14:54:28 +02:00
analyze.sgml doc: simplify docs about analyze and inheritance/partitions 2022-09-02 23:32:19 -04:00
begin.sgml Revert 0f5ca02f53 2020-04-08 11:37:27 +03:00
call.sgml Fix bugs in plpgsql's handling of CALL argument lists. 2018-11-04 13:25:39 -05:00
checkpoint.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
close.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
cluster.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
clusterdb.sgml Fix connection string handling in src/bin/scripts/ programs. 2020-10-19 19:03:46 -04:00
comment.sgml Doc: clarify use of NULL to drop comments and security labels. 2023-01-31 14:33:05 -05:00
commit.sgml Fix behavior of AND CHAIN outside of explicit transaction blocks 2019-09-08 16:23:03 +02:00
commit_prepared.sgml doc: Remove unused title ids 2020-03-13 15:45:37 +01:00
copy.sgml Added literal tag for RETURNING 2024-01-12 12:44:20 +01:00
create_access_method.sgml tableam: basic documentation. 2019-04-03 17:40:29 -07:00
create_aggregate.sgml Doc: Remove obsolete CREATE AGGREGATE note. 2020-07-28 16:58:59 -07:00
create_cast.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
create_collation.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
create_conversion.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
create_database.sgml doc: simplify WITH clause syntax in CREATE DATABASE 2022-08-31 17:08:44 -04:00
create_domain.sgml doc: use wording "restore" instead of "reload" of dumps 2022-07-21 14:55:23 -04:00
create_event_trigger.sgml doc: Add missing markup in CREATE EVENT TRIGGER page 2021-09-25 14:48:13 +09:00
create_extension.sgml Make contrib modules' installation scripts more secure. 2020-08-10 10:44:42 -04:00
create_foreign_data_wrapper.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
create_foreign_table.sgml doc: Fix some typos and grammar 2023-10-25 09:41:14 +09:00
create_function.sgml revert "warn of SECURITY DEFINER schemas for non-sql_body funcs" 2022-09-28 13:05:20 -04:00
create_group.sgml Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE. 2020-04-10 10:44:09 -04:00
create_index.sgml doc: mention "bloom" as a possible index access method 2022-08-31 22:35:09 -04:00
create_language.sgml doc: Fix man page whitespace issues 2020-06-07 14:54:28 +02:00
create_materialized_view.sgml Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs. 2020-05-11 14:15:55 -04:00
create_opclass.sgml Add equalimage B-Tree support functions. 2020-02-26 11:28:25 -08:00
create_operator.sgml Doc: update CREATE OPERATOR's statement about => as an operator. 2023-10-20 13:01:41 -04:00
create_opfamily.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
create_policy.sgml doc: Whitespace fixes in man pages 2018-05-21 14:43:24 -04:00
create_procedure.sgml Doc: improve introductory information about procedures. 2021-03-10 11:33:50 -05:00
create_publication.sgml Fix typo in CREATE PUBLICATION reference page 2022-10-13 13:36:14 +02:00
create_role.sgml Improve documentation of the CREATEROLE attibute. 2023-01-03 15:03:03 -05:00
create_rule.sgml Doc: update CREATE RULE ref page's hoary discussion of views. 2023-11-03 11:48:23 -04:00
create_schema.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
create_sequence.sgml doc: fix wrong tag used in create sequence manual. 2022-08-16 09:28:19 +09:00
create_server.sgml doc: foreign servers with pushdown need matching collation 2023-10-10 16:04:56 -04:00
create_statistics.sgml Doc: mention that extended stats aren't used for joins 2023-06-22 12:50:13 +12:00
create_subscription.sgml doc: Fix some grammar and inconsistencies 2020-09-10 15:50:42 +09:00
create_table.sgml Doc: update documentation about EXCLUDE constraint elements. 2024-04-07 15:36:08 -04:00
create_table_as.sgml doc: clarify CREATE TABLE AS ... IF NOT EXISTS 2022-08-12 10:59:00 -04:00
create_tablespace.sgml Introduce a maintenance_io_concurrency setting. 2020-03-16 17:14:26 +13:00
create_transform.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
create_trigger.sgml doc: mention trigger helper functions in CREATE TRIGGER docs 2020-06-25 18:33:28 -04:00
create_tsconfig.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
create_tsdictionary.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
create_tsparser.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
create_tstemplate.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
create_type.sgml Fix some typos, grammar and style in docs and comments 2021-02-24 16:13:56 +09:00
create_user.sgml Clarify documentation about PASSWORD in CREATE/ALTER ROLE 2018-11-23 09:10:24 +09:00
create_user_mapping.sgml docs: fix spacing around "if not exists" brackets 2018-03-29 21:25:39 -04:00
create_view.sgml doc: Fix man page whitespace issues 2020-06-07 14:54:28 +02:00
createdb.sgml Fix connection string handling in src/bin/scripts/ programs. 2020-10-19 19:03:46 -04:00
createuser.sgml Improve documentation of the CREATEROLE attibute. 2023-01-03 15:03:03 -05:00
deallocate.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
declare.sgml Avoid misbehavior when persisting a non-stable cursor. 2021-06-08 17:50:15 -04:00
delete.sgml Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs. 2020-05-11 14:15:55 -04:00
discard.sgml Fix order of steps in DISCARD ALL documentation 2019-06-11 12:22:11 -04:00
do.sgml doc: Remove unused title ids 2020-03-13 15:45:37 +01:00
drop_access_method.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_aggregate.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_cast.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
drop_collation.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
drop_conversion.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
drop_database.sgml doc: Trim trailing whitespace 2020-06-07 13:24:40 +02:00
drop_domain.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_event_trigger.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_extension.sgml doc: clarify DROP EXTENSION dependent members text 2022-08-12 09:06:47 -04:00
drop_foreign_data_wrapper.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_foreign_table.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
drop_function.sgml doc: Fix man page whitespace issues 2020-06-07 14:54:28 +02:00
drop_group.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_index.sgml doc: Clarify use of ACCESS EXCLUSIVE lock in various sections 2021-04-01 15:28:45 +09:00
drop_language.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_materialized_view.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_opclass.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_operator.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_opfamily.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_owned.sgml Doc: clarify that REASSIGN OWNED doesn't handle default privileges. 2019-03-25 17:18:05 -04:00
drop_policy.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_procedure.sgml doc: Fix man page whitespace issues 2020-06-07 14:54:28 +02:00
drop_publication.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_role.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_routine.sgml doc: Fix man page whitespace issues 2020-06-07 14:54:28 +02:00
drop_rule.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_schema.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_sequence.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_server.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_statistics.sgml doc: Mention CASCADE/RESTRICT for DROP STATISTICS 2021-07-19 12:39:53 +09:00
drop_subscription.sgml Fix the errhint message and docs for drop subscription failure. 2023-06-21 10:22:07 +05:30
drop_table.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_tablespace.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_transform.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
drop_trigger.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_tsconfig.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_tsdictionary.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_tsparser.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_tstemplate.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_type.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_user.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_user_mapping.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
drop_view.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
dropdb.sgml Fix connection string handling in src/bin/scripts/ programs. 2020-10-19 19:03:46 -04:00
dropuser.sgml Doc: fix some description of environment variables with frontend tools 2020-03-09 10:53:22 +09:00
ecpg-ref.sgml Fix assorted bugs in ecpg's macro mechanism. 2024-04-16 12:31:32 -04:00
end.sgml Transaction chaining 2019-03-24 11:33:02 +01:00
execute.sgml Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs. 2020-05-11 14:15:55 -04:00
explain.sgml doc: Improve some grammar and sentences 2020-12-29 18:18:59 +09:00
fetch.sgml doc: Fix XML formatting that psql cannot handle 2023-02-03 09:08:06 +01:00
grant.sgml Doc: fix old oversights in GRANT/REVOKE documentation. 2020-02-12 14:13:13 -05:00
import_foreign_schema.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
initdb.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
insert.sgml doc: clarify that "excluded" ON CONFLICT is a single row 2022-07-14 15:33:28 -04:00
listen.sgml Doc: improve discussion of race conditions involved in LISTEN. 2019-11-24 18:03:39 -05:00
load.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
lock.sgml Revert "Accept relations of any kind in LOCK TABLE". 2020-11-06 16:17:56 -05:00
move.sgml doc: Fix XML formatting that psql cannot handle 2023-02-03 09:08:06 +01:00
notify.sgml Use a hash table to de-duplicate NOTIFY events faster. 2019-08-15 12:22:12 -04:00
pg_basebackup.sgml Revert "Skip .DS_Store files in server side utils" 2024-02-13 14:09:24 +01:00
pg_checksums.sgml doc: remove unnecessary blank before command option text 2020-12-03 11:33:24 -05:00
pg_config-ref.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
pg_controldata.sgml doc: remove unnecessary blank before command option text 2020-12-03 11:33:24 -05:00
pg_ctl-ref.sgml Fix postmaster's behavior during smart shutdown. 2020-08-14 13:26:57 -04:00
pg_dump.sgml Doc: improve description of dump/restore's --clean and --if-exists. 2023-09-29 13:13:54 -04:00
pg_dumpall.sgml Doc: improve description of dump/restore's --clean and --if-exists. 2023-09-29 13:13:54 -04:00
pg_isready.sgml doc: libpq connection options can override command-line flags 2020-10-02 22:19:31 -04:00
pg_receivewal.sgml doc: Fix some grammar 2022-01-25 10:49:41 +09:00
pg_recvlogical.sgml doc: libpq connection options can override command-line flags 2020-10-02 22:19:31 -04:00
pg_resetwal.sgml doc: use wording "restore" instead of "reload" of dumps 2022-07-21 14:55:23 -04:00
pg_restore.sgml Doc: improve description of dump/restore's --clean and --if-exists. 2023-09-29 13:13:54 -04:00
pg_rewind.sgml Revert "Skip .DS_Store files in server side utils" 2024-02-13 14:09:24 +01:00
pg_verifybackup.sgml doc: Improve some grammar and sentences 2020-12-29 18:18:59 +09:00
pg_waldump.sgml pg_waldump: Add a --quiet option. 2020-04-02 20:25:04 -04:00
pgarchivecleanup.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
pgbench.sgml doc: Mention PGDATABASE as supported by pgbench 2021-02-25 16:07:03 +09:00
pgtestfsync.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
pgtesttiming.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
pgupgrade.sgml doc: pg_upgrade, clarify standby servers must remain running 2023-09-26 18:54:10 -04:00
postgres-ref.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
postmaster.sgml doc: Remove unused ids 2020-03-07 14:04:09 +01:00
prepare.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
prepare_transaction.sgml doc: Remove unused title ids 2020-03-13 15:45:37 +01:00
psql-ref.sgml Doc: Update ulinks to RFC documents to avoid redirect 2024-04-10 13:53:25 +02:00
reassign_owned.sgml Doc: clarify that REASSIGN OWNED doesn't handle default privileges. 2019-03-25 17:18:05 -04:00
refresh_materialized_view.sgml Doc: improve documentation about ORDER BY in matviews. 2021-11-29 12:13:13 -05:00
reindex.sgml doc: Clarify use of ACCESS EXCLUSIVE lock in various sections 2021-04-01 15:28:45 +09:00
reindexdb.sgml Clarify that --system reindexes system catalogs *only* 2021-10-27 16:28:54 +02:00
release_savepoint.sgml revert: add transaction processing chapter with internals info 2022-12-01 10:45:08 -05:00
reset.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
revoke.sgml Doc: fix old oversights in GRANT/REVOKE documentation. 2020-02-12 14:13:13 -05:00
rollback.sgml revert: add transaction processing chapter with internals info 2022-12-01 10:45:08 -05:00
rollback_prepared.sgml doc: Remove unused title ids 2020-03-13 15:45:37 +01:00
rollback_to.sgml revert: add transaction processing chapter with internals info 2022-12-01 10:45:08 -05:00
savepoint.sgml doc: clarify the behavior of identically-named savepoints 2022-07-14 15:44:22 -04:00
security_label.sgml Doc: fix typo in SECURITY LABEL synopsis. 2024-02-19 14:17:38 -05:00
select.sgml doc: Add missing semicolon in example 2023-11-13 14:13:03 +01:00
select_into.sgml doc: Fix some grammar 2022-01-25 10:49:41 +09:00
set.sgml doc: mention that SET TIME ZONE often needs to be quoted 2022-08-31 20:27:27 -04:00
set_constraints.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
set_role.sgml Clarify documentation of RESET ROLE 2021-04-02 13:48:45 -04:00
set_session_auth.sgml doc: make ref/*.sgml file header comment layout consistent 2020-05-15 08:52:24 -04:00
set_transaction.sgml docs: Fix snapshot name in SET TRANSACTION docs. 2022-09-22 12:55:28 +09:00
show.sgml Doc: improve cross-references for SET/SHOW. 2021-01-29 10:46:14 -05:00
start_transaction.sgml Revert 0f5ca02f53 2020-04-08 11:37:27 +03:00
truncate.sgml Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional. 2020-10-19 19:02:55 +03:00
unlisten.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
update.sgml Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs. 2020-05-11 14:15:55 -04:00
vacuum.sgml doc: Clarify use of ACCESS EXCLUSIVE lock in various sections 2021-04-01 15:28:45 +09:00
vacuumdb.sgml Improve docs and error messages for parallel vacuum. 2021-05-25 09:40:16 +05:30
values.sgml Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs. 2020-05-11 14:15:55 -04:00