The problem of making new system catalog

Поиск
Список
Период
Сортировка
От Kyoung Hwa Kim
Тема The problem of making new system catalog
Дата
Msg-id BAY12-DAV58N4MmXKCn0000a117@hotmail.com
обсуждение исходный текст
Список pgsql-hackers
Hello,

I made new system catalog.I think it is successful.But i got an error when
I tried to select statement to get content of this catalog.This error is
"catalog is missing 2 attribute(s) for relid 16652".So,I found the source
code that this error occurs.This file is relcache.c.This file try to get
attribute from pg_attribute.The problem of my new system catalog is the
oid is not just 16652.It has a blank before 16652.When I try to find this
oid in pg_attribute like "select * from pg_attribute where attrelid =
16652",I can't get a result.But when I run the query like "select * from
pg_attribute where attrelid = %16652",I could get a result.I didn't touch
anything for oid in pg_attribute.How can I solve this problem?

Thank you

В списке pgsql-hackers по дате отправления:

Предыдущее
От: chadzakary@hotmail.com (Chad)
Дата:
Сообщение: Re: BTrees with record numbers
Следующее
От: "Lee Kindness"
Дата:
Сообщение: Re: ECPG - Specifying connections, TSD, sqlca.