Re: R: feature proposal ...
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: "Jim C. Nasby" <jnasby@pervasive.com>, Hans-J?rgen Sch?nig <postgres@cybertec.at>, Paolo Magnoli <pmagnoli@systemevolution.it>, pgsql-hackers@postgresql.org, eg@cybertec.at
Date: 2005-09-22T20:25:53Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes: > So why not do what everyone is agreed on now? I wasn't agreed on it ;-) The primary objection I've got is that I think this will be a very considerable increment of work for exactly zero increment in functionality, compared to being able to copy from a view. (If you're not seeing why, consider that COPY is a utility statement not an optimizable statement; you'd have to change that classification, with resultant impacts all across the system.) There are other places where the effort could be more usefully spent. regards, tom lane