On Fri, 2002-07-12 at 15:17, Tom Lane wrote:
> Now that the pg_depend mechanism is mostly in there, it is no longer
> a good idea to delete things directly (for example, by calling
> heap_drop_with_catalog or even just heap_delete'ing a catalog tuple).
I noticed that SERIAL sequences aren't dropping with the application of
the patch.
Was this intentional?
I know I didn't have a way of carrying sequence information across a
dump (yet), but didn't think it would hurt to have.