From ce71624a2587f4b6e48f96d0bce8bb3abcdf58f9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 15 May 2020 08:52:24 -0400 Subject: [PATCH] doc: make ref/*.sgml file header comment layout consistent --- doc/src/sgml/ref/checkpoint.sgml | 5 ++++- doc/src/sgml/ref/create_cast.sgml | 5 ++++- doc/src/sgml/ref/create_collation.sgml | 5 ++++- doc/src/sgml/ref/create_conversion.sgml | 5 ++++- doc/src/sgml/ref/create_foreign_table.sgml | 5 ++++- doc/src/sgml/ref/create_function.sgml | 1 + doc/src/sgml/ref/create_transform.sgml | 5 ++++- doc/src/sgml/ref/drop_cast.sgml | 5 ++++- doc/src/sgml/ref/drop_collation.sgml | 5 ++++- doc/src/sgml/ref/drop_conversion.sgml | 5 ++++- doc/src/sgml/ref/drop_foreign_table.sgml | 5 ++++- doc/src/sgml/ref/drop_transform.sgml | 5 ++++- doc/src/sgml/ref/load.sgml | 1 + doc/src/sgml/ref/pg_config-ref.sgml | 5 ++++- doc/src/sgml/ref/pg_restore.sgml | 5 ++++- doc/src/sgml/ref/pgarchivecleanup.sgml | 5 ++++- doc/src/sgml/ref/pgbench.sgml | 5 ++++- doc/src/sgml/ref/pgtestfsync.sgml | 5 ++++- doc/src/sgml/ref/pgtesttiming.sgml | 5 ++++- doc/src/sgml/ref/pgupgrade.sgml | 5 ++++- doc/src/sgml/ref/set_constraints.sgml | 6 +++++- doc/src/sgml/ref/set_session_auth.sgml | 6 +++++- doc/src/sgml/ref/set_transaction.sgml | 6 +++++- 23 files changed, 89 insertions(+), 21 deletions(-) diff --git a/doc/src/sgml/ref/checkpoint.sgml b/doc/src/sgml/ref/checkpoint.sgml index fa4dcc4f27d..cc71cc0a621 100644 --- a/doc/src/sgml/ref/checkpoint.sgml +++ b/doc/src/sgml/ref/checkpoint.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/create_cast.sgml b/doc/src/sgml/ref/create_cast.sgml index 11266755e56..7f28446f1b1 100644 --- a/doc/src/sgml/ref/create_cast.sgml +++ b/doc/src/sgml/ref/create_cast.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/create_collation.sgml b/doc/src/sgml/ref/create_collation.sgml index d757cdfb434..321874f3d79 100644 --- a/doc/src/sgml/ref/create_collation.sgml +++ b/doc/src/sgml/ref/create_collation.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/create_conversion.sgml b/doc/src/sgml/ref/create_conversion.sgml index d2e2c010ef3..b7136390bfd 100644 --- a/doc/src/sgml/ref/create_conversion.sgml +++ b/doc/src/sgml/ref/create_conversion.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml index 413b033cb57..1f09d96f21f 100644 --- a/doc/src/sgml/ref/create_foreign_table.sgml +++ b/doc/src/sgml/ref/create_foreign_table.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 4122b649cde..0f244cfd001 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,6 @@ diff --git a/doc/src/sgml/ref/create_transform.sgml b/doc/src/sgml/ref/create_transform.sgml index f44ee89d33c..efce32b97df 100644 --- a/doc/src/sgml/ref/create_transform.sgml +++ b/doc/src/sgml/ref/create_transform.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/drop_cast.sgml b/doc/src/sgml/ref/drop_cast.sgml index dae3a39fce2..94d2d734cb3 100644 --- a/doc/src/sgml/ref/drop_cast.sgml +++ b/doc/src/sgml/ref/drop_cast.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/drop_collation.sgml b/doc/src/sgml/ref/drop_collation.sgml index 2177d8e5d65..a12895a4660 100644 --- a/doc/src/sgml/ref/drop_collation.sgml +++ b/doc/src/sgml/ref/drop_collation.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/drop_conversion.sgml b/doc/src/sgml/ref/drop_conversion.sgml index 1a33b3dcc52..3fd31ec878e 100644 --- a/doc/src/sgml/ref/drop_conversion.sgml +++ b/doc/src/sgml/ref/drop_conversion.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/drop_foreign_table.sgml b/doc/src/sgml/ref/drop_foreign_table.sgml index f9d1e459d26..1f7d81f0412 100644 --- a/doc/src/sgml/ref/drop_foreign_table.sgml +++ b/doc/src/sgml/ref/drop_foreign_table.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/drop_transform.sgml b/doc/src/sgml/ref/drop_transform.sgml index 698920a2266..9dc924e3b6c 100644 --- a/doc/src/sgml/ref/drop_transform.sgml +++ b/doc/src/sgml/ref/drop_transform.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/load.sgml b/doc/src/sgml/ref/load.sgml index a5a6ef8e67d..eadf983a702 100644 --- a/doc/src/sgml/ref/load.sgml +++ b/doc/src/sgml/ref/load.sgml @@ -1,5 +1,6 @@ diff --git a/doc/src/sgml/ref/pg_config-ref.sgml b/doc/src/sgml/ref/pg_config-ref.sgml index 0210f6389dc..2f86bbd8c27 100644 --- a/doc/src/sgml/ref/pg_config-ref.sgml +++ b/doc/src/sgml/ref/pg_config-ref.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 787d960a503..2b762026929 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/pgarchivecleanup.sgml b/doc/src/sgml/ref/pgarchivecleanup.sgml index abe01bef4ff..34ce93a255b 100644 --- a/doc/src/sgml/ref/pgarchivecleanup.sgml +++ b/doc/src/sgml/ref/pgarchivecleanup.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 9a59ba3d43c..d1c87983727 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/pgtestfsync.sgml b/doc/src/sgml/ref/pgtestfsync.sgml index 6e134c75df2..2d600cca1bb 100644 --- a/doc/src/sgml/ref/pgtestfsync.sgml +++ b/doc/src/sgml/ref/pgtestfsync.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/pgtesttiming.sgml b/doc/src/sgml/ref/pgtesttiming.sgml index f07a0600ff4..c836abc394a 100644 --- a/doc/src/sgml/ref/pgtesttiming.sgml +++ b/doc/src/sgml/ref/pgtesttiming.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index ad5dff1f7aa..553be97c6a2 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -1,4 +1,7 @@ - + diff --git a/doc/src/sgml/ref/set_constraints.sgml b/doc/src/sgml/ref/set_constraints.sgml index 7c31871b0bd..ce9faca4976 100644 --- a/doc/src/sgml/ref/set_constraints.sgml +++ b/doc/src/sgml/ref/set_constraints.sgml @@ -1,4 +1,8 @@ - + + SET CONSTRAINTS diff --git a/doc/src/sgml/ref/set_session_auth.sgml b/doc/src/sgml/ref/set_session_auth.sgml index 96d279aaf94..4f40f307a7d 100644 --- a/doc/src/sgml/ref/set_session_auth.sgml +++ b/doc/src/sgml/ref/set_session_auth.sgml @@ -1,4 +1,8 @@ - + + SET SESSION AUTHORIZATION diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml index ca55a5b1966..703a5fc3bfe 100644 --- a/doc/src/sgml/ref/set_transaction.sgml +++ b/doc/src/sgml/ref/set_transaction.sgml @@ -1,4 +1,8 @@ - + + SET TRANSACTION