Re: pgAdmin - RM 2953 - Update to server_dialog.rst file

From: Dave Page <dave(dot)page(at)enterprisedb(dot)com>
To: Susan Douglas <susan(dot)douglas(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>, Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>, Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Subject: Re: pgAdmin - RM 2953 - Update to server_dialog.rst file
Date: 2018-01-03 13:06:55
Message-ID: CA+OCxoyRgu1Jndx3MtxOKWt9rrrauV82TRUNRGHyn1qumUGWJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

Thanks - applied!

FYI, the patch applied without any problems using "git apply", however
there were some embedded control characters (zero width spaces). I removed
them:

-* Specify the IP address of the server host, or the fully qualified domain
name in the *Host name/address* field. On Unix based systems, the address
field may be left blank to use the default PostgreSQL Unix Domain Socket on
the local machine, or may be set to an alternate path containing a
PostgreSQL socket. If you enter a path, the path must begin with a "/".
+* Specify the IP address of the server host, or the fully qualified domain
name in the *Host name/address* field. If you provide a unix
<U+200B>d<U+200B>omain <U+200B>s<U+200B>ocket, <U+200B><U+200B>the
directory name <U+200B>must <U+200B>begin with a "/"<U+200B>.<U+200B>

On Fri, Dec 22, 2017 at 2:39 PM, Susan Douglas <
susan(dot)douglas(at)enterprisedb(dot)com> wrote:

> Hi All,
>
> The attached patch updates the server_dialog.rst file to fix the field
> description referred to in RM 2953. This update has been reviewed by
> Murtuza (thanks!).
>
> Please let me know if there are any problems applying the patch - Thanks!
>
> -- Susan
>
>

--
Dave Page
VP, Chief Architect, Tools & Installers
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-03 13:16:15 pgAdmin 4 commit: Show complete SQL for FTS dictionaries. Fixes #2949
Previous Message Dave Page 2018-01-03 13:05:01 pgAdmin 4 commit: Correct the description for the host name field on th