Re: [HACKERS] new interface

2002-12-06 Thread Rod Taylor
On Fri, 2002-12-06 at 10:30, Reggie Burnett wrote: > Let me see if I can add more information here. PSQL appears to only > retrieve table metadata when \d is given. For my interface, I will need > the ability to present every column as a proper system object (int, byte > array, currency, etc) dep

Re: [HACKERS] new interface

2002-12-06 Thread Reggie Burnett
join of pg_class and pg_attribute. Am I understanding this right? > -Original Message- > From: Rod Taylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 06, 2002 9:19 AM > To: Reggie Burnett > Cc: PostgreSQL-development > Subject: Re: [HACKERS] new interface >

Re: [HACKERS] new interface

2002-12-06 Thread Reggie Burnett
> -Original Message- > From: Rod Taylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 06, 2002 9:19 AM > To: Reggie Burnett > Cc: PostgreSQL-development > Subject: Re: [HACKERS] new interface > > On Fri, 2002-12-06 at 09:55, Reggie Burnett wrote: > >

Re: [HACKERS] new interface

2002-12-06 Thread Rod Taylor
On Fri, 2002-12-06 at 09:55, Reggie Burnett wrote: > 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 ha

[HACKERS] new interface

2002-12-06 Thread Reggie Burnett
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 t