Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and
Date
Msg-id 56737.68.143.134.146.1135954413.squirrel@www.dunslane.net
Whole thread Raw
In response to Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and
List pgsql-hackers
Simon Riggs said:

>
> Following Andrew's concerns, I'd also note that ALTER TABLE requires a
> much higher level of privilege to operate than does COPY. That sounds
> like it will make things more secure, but all it does is open up the
> administrative rights, since full ownership rights must be obtained
> merely to load data.
>

Yeah. And since a role can own a table you could have a role and add lots of
users to it ....

My concern is more about making plain that this is for special operations,
not normal operations. Or maybe I have misunderstood the purpose.

cheers

andrew






pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [DOCS] Online backup vs Continuous backup
Next
From: Tom Lane
Date:
Subject: Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and