Re: Built-in CTYPE provider

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Daniel Verite <daniel(at)manitou-mail(dot)org>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Jeremy Schneider <schneider(at)ardentperf(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Built-in CTYPE provider
Date: 2024-01-12 18:16:42
Message-ID: 4527235435f88e9729a4d63759785f907d21778a.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2024-01-12 at 19:00 +0100, Daniel Verite wrote:
> Another one is that version 12 broke \d in older psql by
> removing pg_class.relhasoids.
>
> ISTM that in general the behavior of old psql vs new server does
> not weight much against choosing optimal catalog changes.
>
> There's also that warning at start informing users about it:
> WARNING: psql major version X, server major version Y.
>          Some psql features might not work.

Good point, I'll leave it as-is then. If someone complains I can rework
it.

Also, the output of \l changes from version to version, so if there are
automated tools processing the output then they'd have to change
anyway.

Regards,
Jeff Davis

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nazir Bilal Yavuz 2024-01-12 18:32:44 Re: speed up a logical replica setup
Previous Message Robert Haas 2024-01-12 18:13:04 Re: Built-in CTYPE provider