Re: Truncate Permission

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: nicky(at)chuckie(dot)co(dot)uk
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Truncate Permission
Date: 2007-06-13 14:41:29
Message-ID: 10056.1181745689@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Nicholas Barr" <nicky(at)chuckie(dot)co(dot)uk> writes:
> At the moment it seems as if a single 32 bit integer is used for the
> permissions, with the top half being the grantable rights. I assume I
> would need to extend this into two 32 bit integers, or one 64 bit integer?

Two 32-bit please. We are still trying not to depend on 64-bit
arithmetic for any core functionality.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2007-06-13 14:44:03 Re: Tom Lane's presentation on SERIALIZABLE etc?
Previous Message Tom Lane 2007-06-13 14:39:34 Re: EXPLAIN omits schema?