Re: which function should i invoke to create a table and insert tuples?

From: Thom Brown <thombrown(at)gmail(dot)com>
To: sunpeng <bluevaley(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: which function should i invoke to create a table and insert tuples?
Date: 2010-05-17 15:04:19
Message-ID: AANLkTimEx96LMTc3v4QzCuxKgCWignaNxHxMycU6Kwp5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 17 May 2010 15:53, sunpeng <bluevaley(at)gmail(dot)com> wrote:

> Thanks for your quickly reply.
> Maybe i haven't expressed clearly.My purpose is in the postgresql source
> codes which function invoke should i use to create table and insert tuples.
> for example are there any function just like _createTable(char
> *tableName,int firstColumn,int secondColumn) ?
>
>
Please use "reply to all" so everyone can see your responses.

I'm not aware of anything that will do what you're asking. You can use
client interfaces (
http://www.postgresql.org/docs/8.4/static/client-interfaces.html) but as for
libraries with variadic functions, I wouldn't know.

Regards

Thom

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thom Brown 2010-05-17 15:10:13 Re: Fwd: Google Alert - postgresql 8.4
Previous Message Richard Broersma 2010-05-17 15:00:23 Fwd: Google Alert - postgresql 8.4