On Mon, Dec 14, 2015 at 7:23 PM, Michael Paquier <[email protected]> wrote: > On Tue, Dec 15, 2015 at 5:27 AM, Gurjeet Singh wrote: >> The function, maybe. But emitting an all-nulls row from a view seems >> counter-intuitive, at least when looking at it in context of relational >> database. > > OK, noted. Any other opinions?
I wouldn't bother with the view. If we're going to do it, I'd say just provide the function and let people SELECT * from it if they want to. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
