Re: Function for retreiving datatype

From: Brendan Jurd <blakjak(at)blakjak(dot)sytes(dot)net>
To: Pierre-Frédéric Caillaud <lists(at)boutiquenumerique(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Function for retreiving datatype
Date: 2005-01-10 21:26:20
Message-ID: 41E2F2FC.3090602@blakjak.sytes.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Pierre-Frédéric Caillaud wrote:

>
> Example :
>
>> psql
>
> create table test (id serial primary key, data10 varchar(10), data20
> varchar(20), data text );
> insert into test (data10, data20, data) values ('ten','twenty','all i
> want');
>
>> python
>
<snip>

I know that these kinds of functions are available from other languages,
I was after an internal postgres function. Sorry if I wasn't clear
about that.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brendan Jurd 2005-01-10 21:29:33 Re: Function for retreiving datatype
Previous Message marcelo Cortez 2005-01-10 21:22:34 large dbII to postgresql migration