Re: replication connection and multi-command queries

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Greg Rychlewski <greg(dot)rychlewski(at)gmail(dot)com>
Cc: pgsql-novice <pgsql-novice(at)lists(dot)postgresql(dot)org>
Subject: Re: replication connection and multi-command queries
Date: 2022-01-24 00:16:36
Message-ID: CAKFQuwasupXG-4FNdge0wvDDxdJbH=kJia7Pi=6rZdgGMRyVmA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sun, Jan 23, 2022 at 4:47 PM Greg Rychlewski <greg(dot)rychlewski(at)gmail(dot)com>
wrote:

> I have a situation where I've set up a replication connection and tried to
> issue a query with the simple protocol that has multiple commands "SELECT
> 1; SELECT 2;".
>

What do you mean by "I've set up a replication connection"? IIUC they are
not intended for interactive usage, they are intended for system-to-system
data replication. If you want to issue queries just connect with a "normal
connection".

David J.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Greg Rychlewski 2022-01-24 00:24:34 Re: replication connection and multi-command queries
Previous Message Greg Rychlewski 2022-01-23 23:47:36 replication connection and multi-command queries