commit fcdf3ceb0579f4b308b39ee6a957fe47a66bde32 Author: Alvaro Herrera [Álvaro Herrera ] AuthorDate: Thu Jan 19 13:33:12 2023 +0100 CommitDate: Thu Jan 19 13:33:12 2023 +0100 Alvaro review diff --git a/doc/src/sgml/bloom.sgml b/doc/src/sgml/bloom.sgml index 672ac2ed19..19f2b172cc 100644 --- a/doc/src/sgml/bloom.sgml +++ b/doc/src/sgml/bloom.sgml @@ -1,7 +1,7 @@ - bloom — bloom filter index access + bloom — bloom filter index access method bloom diff --git a/doc/src/sgml/btree-gin.sgml b/doc/src/sgml/btree-gin.sgml index 0eaea0dbcd..c9efe1cccf 100644 --- a/doc/src/sgml/btree-gin.sgml +++ b/doc/src/sgml/btree-gin.sgml @@ -1,15 +1,14 @@ - btree_gin — - sample GIN B-tree equivalent operator classes [trusted] + btree_gin — GIN B-tree equivalent operator classes [trusted] btree_gin - btree_gin provides sample GIN operator classes that + btree_gin provides GIN operator classes that implement B-tree equivalent behavior for the data types int2, int4, int8, float4, float8, timestamp with time zone, diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml index 810ca73f81..8816e06337 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -1,7 +1,7 @@ - Additional Supplied Modules and Extensions + Additional Supplied Extensions and Modules This appendix and the next one contain information on the @@ -55,7 +55,8 @@ - Many components supply new user-defined functions, operators, or types. + Many components supply new user-defined functions, operators, or types, + packaged as extensions. To make use of one of these extensions, after you have installed the code you need to register the new SQL objects in the database system. This is done by executing @@ -66,7 +67,7 @@ CREATE EXTENSION extension_name; - This command registers the new SQL objects in the current database only, + This command only registers the new SQL objects in the current database, so you need to run it in every database in which you want the extension's facilities to be available. Alternatively, run it in database template1 so that the extension will be copied into diff --git a/doc/src/sgml/isn.sgml b/doc/src/sgml/isn.sgml index 0568436a26..27abdc8c66 100644 --- a/doc/src/sgml/isn.sgml +++ b/doc/src/sgml/isn.sgml @@ -2,7 +2,7 @@ isn — - data types for various ISN standards (UPC, books, etc.) [trusted] + data types for item numbers (ISBN, EAN, UPC, etc.) [trusted] isn diff --git a/doc/src/sgml/lo.sgml b/doc/src/sgml/lo.sgml index c51781b0bb..511e576cac 100644 --- a/doc/src/sgml/lo.sgml +++ b/doc/src/sgml/lo.sgml @@ -1,7 +1,7 @@ - lo — manage large objects (BLOBs) [trusted] + lo — manage large objects [trusted] lo