Re: [INTERFACES] how to obtain column info - Mailing list pgsql-interfaces

From Brett McCormick
Subject Re: [INTERFACES] how to obtain column info
Date
Msg-id 13897.8603.607626.743672@eidolon.muppetlabs.com
Whole thread Raw
In response to how to obtain column info  ("Ken J. Wright" <ken@ori-ind.com>)
List pgsql-interfaces
If you just want to know whether or not to quote it, just see if it
has any non-numerical characters.  If so, quote it, otherwise, leave
it alone.  Seems like their would be a loss in performace if you
checked the types instead of just quoting everything (which works
fine).

On Tue, 10 November 1998, at 16:38:02, Ken J. Wright wrote:

> With libpq, how do you obtain column info (like type) for a table *before*
> returning a result set? For instance, knowing the column type before
> constructing an insert statement. A date will need quotes, a number won't,
> a string will, etc.
>
> Thanks,
>
> Ken
>

pgsql-interfaces by date:

Previous
From: "Cary B. O'Brien"
Date:
Subject: Re: [INTERFACES] how to obtain column info
Next
From: Herouth Maoz
Date:
Subject: Re: [INTERFACES] how to obtain column info