I've been reading a lot about the 7.1 release, but I haven't actually
found it (the postgres home page only has up to 7.0.3). Has it been
actually released? Where can I find it?
Alfonso Peniche
Tom Lane wrote:
> R D <mrk279(at)yahoo(dot)com> writes:
> > I discivered some strange behaviour in GRANT. When I
> > CREATE a table and GRANT some privilege to some user
> > this privilege is REVOKEd from me ?!? So I have to
> > GRANT the same to me afterwards.
>
> Actually you have to GRANT ALL to yourself to get back to where you
> were. Yes, it's a bug ... it's fixed for 7.1.
>
> regards, tom lane