Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 3.0.0
    • None
    • SQL
    • None

    Description

      In PgSQL, there are bit types and literals;

      postgres=# create table b(b bit(4));
      CREATE TABLE
      postgres=# select b'0010';
       ?column? 
      ----------
       0010
      (1 row)
      

      See a doc for the form: https://www.postgresql.org/docs/current/datatype-bit.html

      Attachments

        Activity

          People

            Unassigned Unassigned
            maropu Takeshi Yamamuro
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: