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.
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])