Re: Connecting to postgres on OSX from Swift using PostgresClientKit

2022-08-01 Thread howardnews
On 2022-08-01 04:06, Adrian Klaver wrote: 2022-08-01T00:20:18.530Z Connection-1 finer] Created socket [2022-08-01T00:20:18.532Z Connection-1 fine] Opening connection to port 5432 on host localhost 2022-08-01 01:20:18.534308+0100 TestPostgres[10654:120173] dnssd_clientstub ConnectToServer: conne

Re: Connecting to postgres on OSX from Swift using PostgresClientKit

2022-07-31 Thread Adrian Klaver
On 7/31/22 17:27, howardn...@selestial.com wrote: On 2022-08-01 01:04, Adrian Klaver wrote: On 7/31/22 16:53, howardn...@selestial.com wrote: On 2022-07-31 23:42, Rob Sargent wrote: 2022-08-01T00:20:18.530Z Connection-1 finer] Created socket [2022-08-01T00:20:18.532Z Connection-1 fine] Openi

Re: Connecting to postgres on OSX from Swift using PostgresClientKit

2022-07-31 Thread Ron
On 7/31/22 19:30, howardn...@selestial.com wrote: On 2022-08-01 01:04, Adrian Klaver wrote: On 7/31/22 16:53, howardn...@selestial.com wrote: On 2022-07-31 23:42, Rob Sargent wrote: On 7/31/22 16:40, howardn...@selestial.com wrote: Hi, Wondered if anyone had experience connection to pg14.1

Re: Connecting to postgres on OSX from Swift using PostgresClientKit

2022-07-31 Thread howardnews
On 2022-08-01 01:04, Adrian Klaver wrote: On 7/31/22 16:53, howardn...@selestial.com wrote: On 2022-07-31 23:42, Rob Sargent wrote: On 7/31/22 16:40, howardn...@selestial.com wrote: Hi, Wondered if anyone had experience connection to pg14.1 running on OSX using the swift library PostgresClie

Re: Connecting to postgres on OSX from Swift using PostgresClientKit

2022-07-31 Thread howardnews
On 2022-08-01 01:04, Adrian Klaver wrote: On 7/31/22 16:53, howardn...@selestial.com wrote: On 2022-07-31 23:42, Rob Sargent wrote: On 7/31/22 16:40, howardn...@selestial.com wrote: Hi, Wondered if anyone had experience connection to pg14.1 running on OSX using the swift library PostgresClie

Re: Connecting to postgres on OSX from Swift using PostgresClientKit

2022-07-31 Thread howardnews
On 2022-08-01 01:02, Tom Lane wrote: howardn...@selestial.com writes: On 2022-07-31 23:42, Rob Sargent wrote: On 7/31/22 16:40, howardn...@selestial.com wrote: I can successfully connect using psql and/pgadmin, but when I try and connect in code I get the following error: [Connection-1 Severe]

Re: Connecting to postgres on OSX from Swift using PostgresClientKit

2022-07-31 Thread Adrian Klaver
On 7/31/22 16:53, howardn...@selestial.com wrote: On 2022-07-31 23:42, Rob Sargent wrote: On 7/31/22 16:40, howardn...@selestial.com wrote: Hi, Wondered if anyone had experience connection to pg14.1 running on OSX using the swift library PostgresClientKit. I am having difficulties connecting

Re: Connecting to postgres on OSX from Swift using PostgresClientKit

2022-07-31 Thread Tom Lane
howardn...@selestial.com writes: > On 2022-07-31 23:42, Rob Sargent wrote: >> On 7/31/22 16:40, howardn...@selestial.com wrote: >>> I can successfully connect using psql and/pgadmin, but when I try >>> and connect in code I get the following error: >>> [Connection-1 Severe] Unable to connect socket

Re: Connecting to postgres on OSX from Swift using PostgresClientKit

2022-07-31 Thread howardnews
On 2022-07-31 23:42, Rob Sargent wrote: On 7/31/22 16:40, howardn...@selestial.com wrote: Hi, Wondered if anyone had experience connection to pg14.1 running on OSX using the swift library PostgresClientKit. I am having difficulties connecting and hopefully someone can put me on the right trac

Re: Connecting to postgres on OSX from Swift using PostgresClientKit

2022-07-31 Thread Rob Sargent
On 7/31/22 16:40, howardn...@selestial.com wrote: Hi, Wondered if anyone had experience connection to pg14.1 running on OSX using the swift library PostgresClientKit. I am having difficulties connecting and hopefully someone can put me on the right track. The following is the swift code I

Connecting to postgres on OSX from Swift using PostgresClientKit

2022-07-31 Thread howardnews
Hi, Wondered if anyone had experience connection to pg14.1 running on OSX using the swift library PostgresClientKit. I am having difficulties connecting and hopefully someone can put me on the right track. The following is the swift code I am using [Code] var config = ConnectionConfigu