Re: [HACKERS] Permissions on copy
Brett McCormick <brett@work.chicken.org>
From: Brett McCormick <brett@work.chicken.org>
To: The Hermit Hacker <scrappy@hub.org>
Cc: Bruce Momjian <maillist@candle.pha.pa.us>, Andreas.Zeugswetter@telecom.at, pgsql-hackers@hub.org
Date: 1998-02-20T22:11:44Z
Lists: pgsql-hackers
either-or or just a select, so it is forced to go through the executor? If we do that, what about reload the database.. it seems like copy should just dump the table as-is and not do funny tricks that make it impossible to COPY FROM... On Fri, 20 February 1998, at 12:10:29, The Hermit Hacker wrote: > > Second, there was the idea of making copy allow a real select statement > > and not just a table name. If we do that, all goes through the > > executor, and you get view and rules working properly. May have some > > performance penalty, though it probabably will be minor. > > This sounds reasonable... > >