Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • N/A
    • Sequences
    • None

    Description

      We can fetch table's metadata using INFORMATION_SCHEMA.TABLES.

      Now I want to do something similar for SEQUENCES.

      I have been able get list of sequence names using the TABLE_TYPE = SEQUENCE filter in INFORMATION_SCHEMA.TABLES and I can get individual sequence information i.e max_value, min_value etc using

      SELECT * FROM sequenceName;

      But this creates difficulty since its difficult get all info at once. My present application design needs to get the information in bulk.

      Would it be possible to know in which server table is the sequence metadata stored and whether its accessible or not?

      Attachments

        Issue Links

          Activity

            In the standard there is INFORMATION_SCHEMA.SEQUENCES view. We should implement it

            serg Sergei Golubchik added a comment - In the standard there is INFORMATION_SCHEMA.SEQUENCES view. We should implement it

            @Sergei . Would it possible to include this in 10.6?

            tanmaymajumdar Tanmay Majumdar added a comment - @Sergei . Would it possible to include this in 10.6?

            unfortunately, it's not very likely, 10.6 should be be closed for new features basically in a few days

            serg Sergei Golubchik added a comment - unfortunately, it's not very likely, 10.6 should be be closed for new features basically in a few days
            ycp Yuchen Pei added a comment -

            The present ticket is a duplicate of the third bullet point in MDEV-28152

            ycp Yuchen Pei added a comment - The present ticket is a duplicate of the third bullet point in MDEV-28152

            People

              Unassigned Unassigned
              tanmaymajumdar Tanmay Majumdar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.