﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30615	Add row_to_json(row) postgresql function.	Julián Perelli	nobody	"Add row_to_json(row) postgresql function, reference here: https://www.postgresql.org/docs/11/functions-json.html

see here for a simple implementation that also adds useful Table() Expression
 - https://schinckel.net/2018/11/02/set-returning-and-row-accepting-functions-in-django-and-postgres/

I spent a lot of time trying to solve how to send an aliased table as an argument to a function (row_to_json). I think it will be super useful for a lot of people handling json documents in postgresql, the most difficult part was understanding the Table() Expression"	New feature	closed	contrib.postgres	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
