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

From Tom Lane
Subject Re: Adding a pg_get_owned_sequence function?
Date
Msg-id 562330.1693589503@sss.pgh.pa.us
Whole thread Raw
In response to Re: Adding a pg_get_owned_sequence function?  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: Adding a pg_get_owned_sequence function?
List pgsql-hackers
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.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: GenBKI emits useless open;close for catalogs without rows
Next
From: Tom Lane
Date:
Subject: Re: Inefficiency in parallel pg_restore with many tables