public inbox for [email protected]  
help / color / mirror / Atom feed
From: Campbell, Lance <[email protected]>
To: [email protected] <[email protected]>
Subject: How to find all current sequence IDs
Date: Wed, 21 Feb 2024 22:06:55 +0000
Message-ID: <SJ0PR11MB562974ADFAF0F0CFB72A8B6DDE572@SJ0PR11MB5629.namprd11.prod.outlook.com> (raw)

Is there a way to get a list of all sequences, the schema it is used in, and the current sequence number in use?

The below SQL will give me the schema and sequences. It does not give me the current sequence number in use.

SELECT sequence_schema, sequence_name
FROM information_schema.sequences
ORDER BY sequence_name ;

Thanks,

Lance Campbell
University of Illinois


view thread (4+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: How to find all current sequence IDs
  In-Reply-To: <SJ0PR11MB562974ADFAF0F0CFB72A8B6DDE572@SJ0PR11MB5629.namprd11.prod.outlook.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox