Re: Fix missing spaces in docs - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Fix missing spaces in docs
Date
Msg-id 20180330012546.GC8476@momjian.us
Whole thread Raw
In response to Fix missing spaces in docs  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List pgsql-hackers
Patch applied.

---------------------------------------------------------------------------

On Wed, Mar  7, 2018 at 04:13:17PM -0300, Fabrízio de Royes Mello wrote:
> Hi all,
> 
> The attached patch just fix missing spaces in documentation of CREATE SERVER
> and CREATE USER MAPPING.
> 
> Regards,
> 
> --
> Fabrízio de Royes Mello
> Consultoria/Coaching PostgreSQL
> >> Timbira: http://www.timbira.com.br
> >> Blog: http://fabriziomello.github.io
> >> Linkedin: http://br.linkedin.com/in/fabriziomello
> >> Twitter: http://twitter.com/fabriziomello
> >> Github: http://github.com/fabriziomello

> diff --git a/doc/src/sgml/ref/create_server.sgml b/doc/src/sgml/ref/create_server.sgml
> index eb4ca89..af0a7a0 100644
> --- a/doc/src/sgml/ref/create_server.sgml
> +++ b/doc/src/sgml/ref/create_server.sgml
> @@ -21,7 +21,7 @@ PostgreSQL documentation
>  
>   <refsynopsisdiv>
>  <synopsis>
> -CREATE SERVER [IF NOT EXISTS] <replaceable class="parameter">server_name</replaceable> [ TYPE '<replaceable
class="parameter">server_type</replaceable>'] [ VERSION '<replaceable class="parameter">server_version</replaceable>'
]
> +CREATE SERVER [ IF NOT EXISTS ] <replaceable class="parameter">server_name</replaceable> [ TYPE '<replaceable
class="parameter">server_type</replaceable>'] [ VERSION '<replaceable class="parameter">server_version</replaceable>'
]
>      FOREIGN DATA WRAPPER <replaceable class="parameter">fdw_name</replaceable>
>      [ OPTIONS ( <replaceable class="parameter">option</replaceable> '<replaceable
class="parameter">value</replaceable>'[, ... ] ) ]
 
>  </synopsis>
> diff --git a/doc/src/sgml/ref/create_user_mapping.sgml b/doc/src/sgml/ref/create_user_mapping.sgml
> index c2f5278..9719a4f 100644
> --- a/doc/src/sgml/ref/create_user_mapping.sgml
> +++ b/doc/src/sgml/ref/create_user_mapping.sgml
> @@ -21,7 +21,7 @@ PostgreSQL documentation
>  
>   <refsynopsisdiv>
>  <synopsis>
> -CREATE USER MAPPING [IF NOT EXISTS] FOR { <replaceable class="parameter">user_name</replaceable> | USER |
CURRENT_USER| PUBLIC }
 
> +CREATE USER MAPPING [ IF NOT EXISTS ] FOR { <replaceable class="parameter">user_name</replaceable> | USER |
CURRENT_USER| PUBLIC }
 
>      SERVER <replaceable class="parameter">server_name</replaceable>
>      [ OPTIONS ( <replaceable class="parameter">option</replaceable> '<replaceable
class="parameter">value</replaceable>'[ , ... ] ) ]
 
>  </synopsis>


-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Protect syscache from bloating with negative cache entries
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Protect syscache from bloating with negative cache entries