tie_bad_count_fail.sql 156 B

123456
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. /* custom error:Expected tuple type of size: 2, but got: 3*/
  4. $i, $j = AsTuple(1, 5u, "test");
  5. select $i, $j;