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.
>
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
OK, that helps me a lot.
I just want to get the trace of function call.
Thanks very much!
Yours,
Wen Yi
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
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