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

Поиск
Список
Период
Сортировка
От sunpeng
Тема which function should i invoke to create a table and insert tuples?
Дата
Msg-id AANLkTik3M_WUyPgQe9wMi2v23Hmd9N2p5-ewGV5mSorM@mail.gmail.com
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Getting reference key elements in right orders
Следующее
От: Thom Brown
Дата:
Сообщение: Re: which function should i invoke to create a table and insert tuples?