struct_literal_bind.sql 81 B

12345
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. $s = <| x:1, y:"2" |>;
  4. select $s;