| From: | Penguin <Mail(at)dempos(dot)com> |
|---|---|
| To: | PostgreSQL General Mailing List <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: postgresql on SuSE 7.1 with reiserfs |
| Date: | 2001-06-08 08:41:10 |
| Message-ID: | 20010608141110.B9681@ho.dempos.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thu, Jun 07, 2001 at 11:37:34AM +0200, Jose Manuel Lorenzo Lopez wrote:
>Hello community,
>
>anyone experienced problems using postgresql distribution
>on SuSE 7.1 with reiserfs???
>
>I noticed the following problem:
>
>When creating a table 'tableA' as User A I can not insert in this
>table with User A. The error message is always:
>
>ERROR: tableA: Permission denied.
What has reiserfs has got to do with it ?
Does User A has got insert permissions to the table. If not use GRANT.
Who is the owner of the table. If it is not User A than using GRANT your
will have to give him permission to do certain things such as insert,
update etc.
HTH
Warm Regards
--
Rajesh Fowkar
V. S. DEMPO & CO. LTD., PANAJI-GOA
Email ID : Mail(at)dempos(dot)com, rfowkar(at)yahoo(dot)com
Web Site : http://www.dempos.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Julien Jehannet | 2001-06-08 08:49:26 | why unsigned numbers don't exist ? |
| Previous Message | Penguin | 2001-06-08 08:40:40 | Re: postgresql.conf file |