diff options
Diffstat (limited to 'doc/src/sgml/contrib.sgml')
-rw-r--r-- | doc/src/sgml/contrib.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml index 1b3d2d93c75..625c64a9fa2 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -75,7 +75,7 @@ CREATE EXTENSION <replaceable>module_name</>; choice. To do that, add <literal>SCHEMA <replaceable>schema_name</></literal> to the <command>CREATE EXTENSION</> command. By default, the objects will be placed in your current creation - target schema, typically <literal>public</>. + target schema, which in turn defaults to <literal>public</>. </para> <para> |