version 0 calling convention

2021-07-22 Thread Mark Lybarger
i have some sql functions written in c code using version 0 calling convention. it's working fine on postgresql 9.6, but i'm migrating to v13. has this calling convention been removed? my function creation give an error, SQL Error [42883]: ERROR: could not find function information for

row_to_json white space

2019-09-26 Thread Mark Lybarger
Hi, The row_to_json seems to strip white space: select ROW_to_json(q) from (select 'fooa bar' as TEST) q; any help on how to preserve? Thanks! -mark-