Re: psql and pgpass.conf on Windows

2023-07-03 Thread Kirk Wolak
On Sat, Jul 1, 2023 at 2:07 AM Julien Rouhaud wrote: > On Sat, Jul 01, 2023 at 01:40:49AM -0400, Kirk Wolak wrote: > > > > FWIW, I discovered that psql is case sensitive on the dbname, without > > quoting it! > > That's on purpose, since shell quoting behavior is entirely different from > SQL. >

[Beginner Question]What's the use of ResTarget?

2023-07-03 Thread Wen Yi
Hi community When I read the Internals document (41.1. The Query Tree), the introduction of  the 'the result relation' confuse me. In the document, it says > This is an index into the range table that identifies the relation where the results of the query go. And I cheak the corresponding co

Re: [Beginner Question] How to print the call link graph?

2023-07-03 Thread Wen Yi
OK, that helps me a lot. I just want to get the trace of function call. Thanks very much! Yours, Wen Yi

Re: Query regarding managing Replication

2023-07-03 Thread Julien Rouhaud
Hi, On Mon, Jul 03, 2023 at 02:07:54PM +0530, Ashok Patil wrote: > > I am able to perform replication of a single machine where primary and > stand-by are on same localhost.. > I think you are right.. it might be blocking the backup process by > firewall.. Agreed > Just one signal question: is m

Re: Query regarding managing Replication

2023-07-03 Thread Ashok Patil
Hello Julien, I am able to perform replication of a single machine where primary and stand-by are on same localhost.. I think you are right.. it might be blocking the backup process by firewall.. Just one signal question: is multi-master replication possible on Postgres? I searched on google.. bu