Re: GRANT ALL ON TO GROUP failure

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: posting-list(at)MailAndNews(dot)com (Jari Aalto)
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: GRANT ALL ON TO GROUP failure
Date: 2001-08-29 22:20:30
Message-ID: 200108292220.f7TMKU3s008419@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Jari Aalto wrote:
>
> Can anyone suggest, what is wrong with the following
> sql file? SOmehow the semicolon causes error?
...
>Granting ALL to USER
>psql:pg-def-group-grant.sql:48: ERROR: parser: parse error at or near "user
>"
...
>32:GRANT ALL ON
>33: bonus
>34: , custid
>35: , customer
>36: , dept
>37: , dual
>38: , dummy
>39: , emp
>40: , item
>41: , ordid
>42: , ordx
>43: , price
>44: , prodid
>45: , product
>46: , sales
>47: , salgrade
>48: TO GROUP user;

user is a reserved word; it should not have been accepted as a group name
unless double-quoted, in which case you need to double-quote it every time
you mention it.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"Preach the word; be instant in season, out of season;
reprove, rebuke, exhort with all longsuffering and
doctrine." II Timothy 4:2

Browse pgsql-sql by date

  From Date Subject
Next Message Michał Pasternak 2001-08-30 00:16:41 Latin-2 sort order
Previous Message Peter Eisentraut 2001-08-29 21:57:11 Re: GRANT ALL ON TO GROUP failure