| From: | "Sergey E(dot) Koposov" <math(at)sai(dot)msu(dot)ru> |
|---|---|
| To: | Gregory Stark <stark(at)enterprisedb(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
| Subject: | Re: failed assertion in toasting code |
| Date: | 2008-02-20 12:18:53 |
| Message-ID: | Pine.LNX.4.64.0802201517250.28404@lnfm1.sai.msu.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, 20 Feb 2008, Gregory Stark wrote:
> Could you send
>
> select *
> from pg_attribute
> where attrelid = 'sdssdr5.frame'::regclass
> and attname = 'img';
>
cas=# select *
from pg_attribute
where attrelid = 'sdssdr5.frame'::regclass
and attname = 'img';
attrelid | attname | atttypid | attstattarget | attlen | attnum | attndims | attcacheoff | atttypmod | attbyval | attstorage | attalign | attnotnull | atthasdef | attisdropped | attislocal | attinhcount
----------+---------+----------+---------------+--------+--------+----------+-------------+-----------+----------+------------+----------+------------+-----------+--------------+------------+-------------
16856 | img | 16418 | -1 | -1 | 29 | 0 | -1 | -1 | f | e | i | t | f | f | t | 0
(1 row)
Regards,
Sergey
*******************************************************************
Sergey E. Koposov
Max Planck Institute for Astronomy/Cambridge Institute for Astronomy/Sternberg Astronomical Institute
Tel: +49-6221-528-349
Web: http://lnfm1.sai.msu.ru/~math
E-mail: math(at)sai(dot)msu(dot)ru
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gregory Stark | 2008-02-20 12:24:04 | generating non-unicode 8-bit text data in SQL_ASCII encoding |
| Previous Message | Sergey E. Koposov | 2008-02-20 12:17:11 | Re: failed assertion in toasting code |