Re: Truncate Permission - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Truncate Permission
Date
Msg-id 10056.1181745689@sss.pgh.pa.us
Whole thread Raw
In response to Re: Truncate Permission  ("Nicholas Barr" <nicky@chuckie.co.uk>)
Responses Re: Truncate Permission  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
"Nicholas Barr" <nicky@chuckie.co.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: EXPLAIN omits schema?
Next
From: Alvaro Herrera
Date:
Subject: Re: Tom Lane's presentation on SERIALIZABLE etc?