new interface

Поиск
Список
Период
Сортировка
От Reggie Burnett
Тема new interface
Дата
Msg-id 000701c29d37$81a261a0$4100a8c0@endeavor
обсуждение исходный текст
Ответы Re: new interface  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-hackers
I'm working on a new interface to PostgreSQL and having a difficult
time. Perhaps someone here can shed some light on the subject.

1.  Am I correct in thinking that the OID that I receive with the
RowDescription is the column type?  I have several of those defined from
the 7.3 source code.  Have those changed in the past and are they likely
to change in the future?  I have heard people talking about querying the
server for type names or type oid values but I can't believe it is that
difficult.

2.  How do I receive the column modifers such as not null, primary key,
indexed, etc.  I know RowDescription sends down type modifiers but on an
int4 column that field is always -1.  I use another client app to change
the column from allowing nulls to not allowing nulls (same value in
column). The client app as well as psql on Linux sees the change but my
interface still receives just -1 for the type modifier.  What am I
missing?

I have read through all the docs/faqs I can find and still have no good
idea about this.

If there is someplace that has the oids documented or the low-level
constants documented, I would love to see that.

Thanks
Reggie




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

Предыдущее
От: Lee Kindness
Дата:
Сообщение: Re: big text field -> message type 0x44
Следующее
От: "Igor Georgiev"
Дата:
Сообщение: Re: Postmaster windows shell