Re: pgAdmin - RM 2953 - Update to server_dialog.rst file - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgAdmin - RM 2953 - Update to server_dialog.rst file
Date
Msg-id CA+OCxoyRgu1Jndx3MtxOKWt9rrrauV82TRUNRGHyn1qumUGWJg@mail.gmail.com
Whole thread Raw
In response to pgAdmin - RM 2953 - Update to server_dialog.rst file  (Susan Douglas <susan.douglas@enterprisedb.com>)
List 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.douglas@enterprisedb.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

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Correct the description for the host name field onth
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Show complete SQL for FTS dictionaries. Fixes #2949