Re: [GNC] Postgress connection string for nonstandard port

2023-02-23 Thread Bob Treumann
Thanks for all the feedback. I will share my learnings; The database must be created before you connect to it.The install process creates all the tables in the Public schema in that database once it connects successfully. Geert Janssens referenced the code where he could tell that the

Re: [GNC] Using Plaid

2023-02-23 Thread Ben Pracht
Some financial services such as brokerages now use Plaid. Stash is one example. The reason is OFX isn't supported well by banks anymore. I tried adding Chase bank, but I had to reference 3 parts of the same document, but still couldn't get it to connect. Same situation with Truist. With my

Re: [GNC] Using Plaid

2023-02-23 Thread William Prescott
After reading this discussion about Plaid, I discovered an email from my bank from about 6 months ago notifying me that Plaid had access to my bank account. I am not aware that I am using Plaid for anything. Is it used in the background by Bank Mobil Apps? That is the only thing I can think of

Re: [GNC] Using Plaid

2023-02-23 Thread Tom Browder
On Wed, Feb 22, 2023 at 16:02 Ben Pracht wrote: > I'd like to use Plaid with GnuCash. There is a plaid2qif project that How are you able to use Plaid at all? What service do you have access to that provides access to your personal finances? Or are you using it for a business? YNAB is the

Re: [GNC] Postgress connection string for nonstandard port

2023-02-23 Thread Peter West
The OP said that that was not working (see his attached image.) — Peter West p...@pbw.id.au “Blessed are the peacemakers, for they shall be called sons of God.” > On 23 Feb 2023, at 6:30 pm, Geert Janssens wrote: > > From what I read in the code you should be able to pass a custom port by >

Re: [GNC] Postgress connection string for nonstandard port

2023-02-23 Thread Geert Janssens
From what I read in the code you should be able to pass a custom port by adding it in the hostname field, like so: yourserver.xyz:6543 Regards, Geert Op donderdag 23 februari 2023 07:26:09 CET schreef Peter West: > Are you on Windows, Mac or linux? How do you invoke GnuCash? There will be >