Re: Syntax Help Requested

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Syntax Help Requested
Date: 2006-04-17 17:31:29
Message-ID: Pine.LNX.4.63.0604171022340.19249@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 17 Apr 2006, Tom Lane wrote:

> That last is a SQL command, not a shell command, and anyway it would
> default to assuming you were trying to grant privileges on a table named
> "contacts" not a database named contacts.

Tom,

I should have been clearer, that I was logged in to psql when I issued the
latter command.

An off-list suggestion to use the syntax shown in psql's '\h grant' seems
to have worked:
grant all priviledges on database contacts to xrms;
returned no errors.

> You didn't show us any attempt to create anything in contacts ...

The install script does this.

> What exactly happens when you try to run the script?

I get a bunch of error messages. I've passed those on to the xrms
developers.

> With the default setup it shouldn't really matter whether xrms is the owner
> of the contacts database or not.

I didn't think so.

Thanks,

Rich

--
Richard B. Shepard, Ph.D. | Quantifying subjectivity for the
Applied Ecosystem Services, Inc.(TM) | benefit of business and society.
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2006-04-17 19:16:10 Re: the integer type
Previous Message Tom Lane 2006-04-17 17:29:32 Re: Will changing the server date/time cause problems?