Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.1.0
    • None
    • SQL
    • None

    Description

      Examples:

      create or replace temporary view INT4_TBL as select * from
        (values (0), (123456), (-123456), (2147483647), (-2147483647))
        as v(f1);
      SELECT FROM INT4_TBL;
      

      https://github.com/postgres/postgres/blob/REL_12_BETA2/src/test/regress/sql/union.sql#L205-L231

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              yumwang Yuming Wang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: