Re: [EXT] Re: SCROLLABLE/UPDATABLE cursor question - Mailing list pgsql-general

From Adrian Klaver
Subject Re: [EXT] Re: SCROLLABLE/UPDATABLE cursor question
Date
Msg-id 26f25903-e972-0339-c5e5-da83c91ad6e4@aklaver.com
Whole thread Raw
In response to Re: [EXT] Re: SCROLLABLE/UPDATABLE cursor question  (Garfield Lewis <garfield.lewis@lzlabs.com>)
Responses Re: [EXT] Re: SCROLLABLE/UPDATABLE cursor question
List pgsql-general
On 4/24/23 08:25, Garfield Lewis wrote:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>  > Doesn't that work already?
> 
> Hi Tom,
> 

> 
> [sysprog@nucky workspace] (h-master-LZRDB-5220-fix-WCOC-failure)*$ psql -V
> 
> psql (PostgreSQL) 14.7
> 
> Is this allowed maybe in Postgres 15?
> 

This:

psql:curs.pgs:2: NOTICE:  DDL was performed without updating catalog 
tables: Note that CREATE TABLE from a non-SDM client does not maintain 
LzRelational catalog tables

seems to indicate you are using some sort of Postgres fork.

Is that the case and if so what is the fork?

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Garfield Lewis
Date:
Subject: Re: [EXT] Re: SCROLLABLE/UPDATABLE cursor question
Next
From: Siddharth Jain
Date:
Subject: what happens if a failed transaction is not rolled back?