Re: [HACKERS] grant broken

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: psqlhack(at)maidast(dot)demon(dot)co(dot)uk (Peter T Mount)
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] grant broken
Date: 1998-01-09 16:31:11
Message-ID: 199801091631.LAA28459@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

How about a new initdb?

>
> On Thu, 8 Jan 1998, Bruce Momjian wrote:
>
> > >
> > > While implementing a method to retrieve the permissions on a table,
> > > the statement: "grant all on test to public;" kills the backend.
> >
> > Works here.
>
> I've just resynced with cvs, rebuilt from scratch and still:
>
> test=> \z
>
> Database = test
> +------------------+----------------------------------------------------+
> | Relation | Grant/Revoke Permissions |
> +------------------+----------------------------------------------------+
> | test | |
> +------------------+----------------------------------------------------+
> test=> grant all on test to pmount;
> PQexec() -- Request was sent to backend, but backend closed the channel
> before responding.
> This probably means the backend terminated abnormally before or
> while processing the request.
>
> This happens both with and without the large object patch, so that's ruled
> out.
>
> Platform: Linux 2.0.27
>
> --
> Peter T Mount petermount(at)earthling(dot)net or pmount(at)maidast(dot)demon(dot)co(dot)uk
> Main Homepage: http://www.demon.co.uk/finder
> Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk
>
>

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter T Mount 1998-01-09 17:09:34 Re: [HACKERS] grant broken
Previous Message Thomas G. Lockhart 1998-01-09 16:26:49 Re: [HACKERS] column labels now with obligatory 'as'