From 7df74ff58d4c61b957f2e2b22da0d03843787820 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 a8f3186d8c0..528f28987c1 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 a7d13edc22b..b8b7ec8031a 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 f88758095f2..8921e71dc08 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 38b18a02bb3..8e9caabfe71 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 be757bceb1e..559d3e7894f 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 647c3b9f057..f2bfd8df94e 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 5a2b235d4e9..64e73e60a83 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 6e9182fa3b3..3893fa7444c 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 474d2bef66e..3b5616b622d 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 8ff48cac4ed..316adbc7dfa 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 467d6e647a2..e656dd16e1b 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 e3539cf7649..31be65c0d0b 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 e9b90fac2e3..b6ee0bcc7ba 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 188d2ed92ea..6ade2501b82 100644 --- a/doc/src/sgml/ref/set_transaction.sgml +++ b/doc/src/sgml/ref/set_transaction.sgml @@ -1,4 +1,8 @@ - + + SET TRANSACTION