From 340de72780e4eb769d5cf052b03084808bac476a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 13 Mar 2020 15:45:37 +0100 Subject: [PATCH] doc: Remove unused title ids FOP issues warnings about them. These aren't even used, so just remove them. For the ones that are actually used, we'll come up with a different solution. Discussion: https://www.postgresql.org/message-id/flat/e29b580e-79ab-a371-5ea4-6946e4d3af0b%402ndQuadrant.com --- doc/src/sgml/ecpg.sgml | 4 ++-- doc/src/sgml/file-fdw.sgml | 2 +- doc/src/sgml/ref/commit_prepared.sgml | 2 +- doc/src/sgml/ref/create_foreign_table.sgml | 2 +- doc/src/sgml/ref/create_view.sgml | 2 +- doc/src/sgml/ref/do.sgml | 2 +- doc/src/sgml/ref/prepare_transaction.sgml | 2 +- doc/src/sgml/ref/rollback_prepared.sgml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 8fe2a90c486..2771e3b1a8e 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1043,7 +1043,7 @@ struct varchar_var { int len; char arr[180]; } var; - timestamp, date + timestamp, date Here is a pattern for handling timestamp variables @@ -1208,7 +1208,7 @@ EXEC SQL END DECLARE SECTION; - bytea + bytea The handling of the bytea type is similar to diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml index 4c34ad9cc92..28b61c8f2d0 100644 --- a/doc/src/sgml/file-fdw.sgml +++ b/doc/src/sgml/file-fdw.sgml @@ -210,7 +210,7 @@ - Create a Foreign Table for PostgreSQL CSV Logs + Create a Foreign Table for PostgreSQL CSV Logs One of the obvious uses for file_fdw is to make diff --git a/doc/src/sgml/ref/commit_prepared.sgml b/doc/src/sgml/ref/commit_prepared.sgml index d938b65bbec..7299f735c95 100644 --- a/doc/src/sgml/ref/commit_prepared.sgml +++ b/doc/src/sgml/ref/commit_prepared.sgml @@ -72,7 +72,7 @@ COMMIT PREPARED transaction_id - Examples + Examples Commit the transaction identified by the transaction identifier foobar: diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml index 9d266f272a7..f9c214ea882 100644 --- a/doc/src/sgml/ref/create_foreign_table.sgml +++ b/doc/src/sgml/ref/create_foreign_table.sgml @@ -400,7 +400,7 @@ CREATE FOREIGN TABLE measurement_y2016m07 - Compatibility + Compatibility The CREATE FOREIGN TABLE command largely conforms to the diff --git a/doc/src/sgml/ref/create_view.sgml b/doc/src/sgml/ref/create_view.sgml index e7a7e9fae27..0abb8fdcde3 100644 --- a/doc/src/sgml/ref/create_view.sgml +++ b/doc/src/sgml/ref/create_view.sgml @@ -284,7 +284,7 @@ CREATE VIEW vista AS SELECT text 'Hello World' AS hello; - Updatable Views + Updatable Views updatable views diff --git a/doc/src/sgml/ref/do.sgml b/doc/src/sgml/ref/do.sgml index a3a4877e80f..96901b7e461 100644 --- a/doc/src/sgml/ref/do.sgml +++ b/doc/src/sgml/ref/do.sgml @@ -101,7 +101,7 @@ DO [ LANGUAGE lang_name ] - Examples + Examples Grant all privileges on all views in schema public to role webuser: diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml index 5016ca287e3..18051983e16 100644 --- a/doc/src/sgml/ref/prepare_transaction.sgml +++ b/doc/src/sgml/ref/prepare_transaction.sgml @@ -147,7 +147,7 @@ PREPARE TRANSACTION transaction_id - Examples + Examples Prepare the current transaction for two-phase commit, using foobar as the transaction identifier: diff --git a/doc/src/sgml/ref/rollback_prepared.sgml b/doc/src/sgml/ref/rollback_prepared.sgml index 08821a6652b..175a3e93863 100644 --- a/doc/src/sgml/ref/rollback_prepared.sgml +++ b/doc/src/sgml/ref/rollback_prepared.sgml @@ -72,7 +72,7 @@ ROLLBACK PREPARED transaction_id - Examples + Examples Roll back the transaction identified by the transaction identifier foobar: -- 2.39.5