| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | maillist(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian) |
| Cc: | hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] atttypmod problem |
| Date: | 1998-02-05 19:47:00 |
| Message-ID: | 199802051947.OAA15984@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
>
> Still have some problem:
>
> test=> select attname,atttypmod from pg_attribute where atttypmod != 0;
> attname |atttypmod
> -------------+---------
> grolist | -1
> attdisbursion| -1
> relacl | -1
> (3 rows)
>
> It may have to do with columns that have special column types. Any
> ideas? If these are wrong, other values on that row are wrong too.
I found the problem. Was a stupid mistake I made when I was adding
atttypmod.
>
> This also shows disturbing results:
>
> select attname,attcacheoff from pg_attribute where attcacheoff != -1;
>
> Many have a value of zero.
Not sure about these yet.
--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mattias Kregert | 1998-02-05 19:57:21 | Profile of current backend |
| Previous Message | rw12922 | 1998-02-05 19:46:09 | unsubscribe |