Auto increment

From: "Mads Jensen" <astrup_jensen(at)hotmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Auto increment
Date: 2000-08-31 18:22:19
Message-ID: vnxr5.4053$nq.48129@twister.sunsite.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hotmail(dot)com
--

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Rini Dutta 2000-08-31 19:22:58 optimal performance for inserts
Previous Message Alexandru COSTIN 2000-08-31 06:54:46 Re: Outer join statement ?