Auto increment

Поиск
Список
Период
Сортировка
От Mads Jensen
Тема Auto increment
Дата
Msg-id vnxr5.4053$nq.48129@twister.sunsite.auc.dk
обсуждение исходный текст
Список pgsql-sql
Hi

I'm a newbiw with pgsql:

1: Haven't been able to find the officiel manual to pgsql. What's the
complete URL?
2: How can I make an auto increment with PostGreSQL? is it "inherit"?
3: The "SHOW TABLE FROM pcfocus" statement, does it work in pgsql?
If yes, what kind of variable will be "produced" and how should I parse
it PHP?
Is this right:
$sql = "SHOW TABLES FROM mydb";
$test = pg_exec($connect, $sql);
while(list($table) = each($test)){
echo $test."<BR>\n";
?
Thanks alot!

--
Med venlig hilsen/ Wishes
Mads Jensen
Homepage: http://www.pcfocus.f2s.com
E-Mail: astrup_jensen@hotmail.com
--




В списке pgsql-sql по дате отправления:

Предыдущее
От: Dana Hudes
Дата:
Сообщение: Re: [ADMIN] 7.0.2 questions on encoding and compilation
Следующее
От: Zlatko Calusic
Дата:
Сообщение: Re: Optimizing huge inserts/copy's