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

From: Garfield Lewis <garfield(dot)lewis(at)lzlabs(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(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:50:04
Message-ID: AM8PR05MB8257910EEB91508E20EE1389E3679@AM8PR05MB8257.eurprd05.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com<mailto:adrian(dot)klaver(at)aklaver(dot)com>> wrote:

> 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?

This is not a fork… it is pure Postgres 14 with an extension that checks for a certain environment and reports a NOTICE otherwise.

--
Regards,
Garfield A. Lewis

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Garfield Lewis 2023-04-24 15:57:39 Re: [EXT] Re: SCROLLABLE/UPDATABLE cursor question
Previous Message David G. Johnston 2023-04-24 15:46:49 Re: what happens if a failed transaction is not rolled back?