Re: [EXT] Re: SCROLLABLE/UPDATABLE cursor question

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Garfield Lewis <garfield(dot)lewis(at)lzlabs(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: [EXT] Re: SCROLLABLE/UPDATABLE cursor question
Date: 2023-04-24 15:36:32
Message-ID: 26f25903-e972-0339-c5e5-da83c91ad6e4@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/24/23 08:25, Garfield Lewis wrote:
> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> > Doesn't that work already?
>
> Hi Tom,
>

>
> [sysprog(at)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(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Siddharth Jain 2023-04-24 15:37:13 what happens if a failed transaction is not rolled back?
Previous Message Garfield Lewis 2023-04-24 15:25:30 Re: [EXT] Re: SCROLLABLE/UPDATABLE cursor question