Top "Composite-types" questions

Data types that are composed of other (basic) data types.

Select query in row_to_json function

For example , I use the following function to convert rows into json in PostgreSQL 9.2 select row_to_json(row(productid, …

sql json postgresql postgresql-9.2 composite-types