int_literals.sql 212 B

12345678
  1. /* postgres can not */
  2. select
  3. 23 as small_int,
  4. 9262583611491805930 as unsigned_long,
  5. 0x7fffffff as i32max,
  6. 0x80000000 as i32max_plus1,
  7. 0x7fffffffffffffff as i64max,
  8. 0x8000000000000000 as i64max_plus1