Odd stuff

From: Jie Liang <jliang(at)ipinc(dot)com>
To:
Cc: PostgreSQL-SQL <pgsql-sql(at)postgreSQL(dot)org>
Subject: Odd stuff
Date: 2000-09-12 18:52:34
Message-ID: 39BE7B72.B20B8288@ipinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi, there

I hava a very odd problem,

I have table named categories, it's been used for a long time,

nobody change anything on it, I have a script to read it out

every day, however, I got Permission deny, those script has been

used for a long time.

When I want to check the permission of the table by

urldb=# \d categories
Table "categories"
Attribute | Type | Modifier
-------------+-------------+----------
cid | integer | not null
name | varchar(32) |
code | varchar(10) |
description | text |
super | integer |
Index: categories_pkey

urldb=# \z categories
ERROR: aclitemout: bad ai_idtype: 53

What this message means?

--
Jie LIANG

Internet Products Inc.

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang(at)ipinc(dot)com
www.ipinc.com

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2000-09-12 19:51:15 Re: Weighted Searching
Previous Message Stephan Szabo 2000-09-12 16:41:32 Re: [SQL] Weighted Searching