Nathan Bossart <[email protected]> writes: > On second thought, I worry that this change might needlessly complicate the > pg_sequences system view. Maybe we should just add a > pg_sequence_get_tuple() function that returns everything in > FormData_pg_sequence_data for a given sequence OID...
Uh ... why do we need a function, rather than just
select * from pg_sequence
?
regards, tom lane
