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

From: Guy Rouillier <guyr-ml1(at)burntmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: which function should i invoke to create a table and insert tuples?
Date: 2010-05-17 22:19:22
Message-ID: 4BF1C0EA.3080008@burntmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/17/2010 10:31 AM, sunpeng wrote:
> hi,when i do experiment on postgresql 8.4,i need to create a table and
> insert some tuples,which function should i invoke?
> for example,i want to create a table with "create table test (uid
> int,catcode int)" and insert tuples with "insert into test values(1,1)".
> thanks millions!

What do you mean by function? Are you trying to do this from PgAdmin,
from a stored proc or from some flavor of source code? If either of the
latter two, which language?

--
Guy Rouillier

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message sunpeng 2010-05-17 23:17:36 Re: which function should i invoke to create a table and insert tuples?
Previous Message Guillaume Lelarge 2010-05-17 22:06:56 Re: Why Performance of SQL Query is *much* Slower in GUI PgAdmin