which function should i invoke to create a table and insert tuples? - Mailing list pgsql-general

From sunpeng
Subject which function should i invoke to create a table and insert tuples?
Date
Msg-id AANLkTik3M_WUyPgQe9wMi2v23Hmd9N2p5-ewGV5mSorM@mail.gmail.com
Whole thread Raw
Responses Re: which function should i invoke to create a table and insert tuples?  (Thom Brown <thombrown@gmail.com>)
Re: which function should i invoke to create a table and insert tuples?  (Guy Rouillier <guyr-ml1@burntmail.com>)
List pgsql-general
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!

peng

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Getting reference key elements in right orders
Next
From: Thom Brown
Date:
Subject: Re: which function should i invoke to create a table and insert tuples?