Re: Adding a pg_get_owned_sequence function? - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Adding a pg_get_owned_sequence function?
Date
Msg-id 20230901175537.GB3180181@nathanxps13
Whole thread Raw
In response to Re: Adding a pg_get_owned_sequence function?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Adding a pg_get_owned_sequence function?
List pgsql-hackers
On Fri, Sep 01, 2023 at 01:31:43PM -0400, Tom Lane wrote:
> Nathan Bossart <nathandbossart@gmail.com> writes:
>> I wonder if it'd be possible to just remove pg_get_serial_sequence().
> 
> A quick search at http://codesearch.debian.net/ finds uses of it
> in packages like gdal, qgis, rails, ...  We could maybe get rid of
> it after a suitable deprecation period, but I think we can't just
> summarily remove it.

Given that, I'd still vote for marking it deprecated, but I don't feel
strongly about actually removing it anytime soon (or anytime at all,
really).

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: GenBKI emits useless open;close for catalogs without rows
Next
From: Alvaro Herrera
Date:
Subject: Re: cataloguing NOT NULL constraints