You really shouldn't name your date column "date" as that's already used by
PostgreSQL. I don't recall if it's a reserved word or not, but it's a bad
practice even if it is allowed.
Greg
----- Original Message -----
From: Paul Ottar Tornes
To: psql
Sent: Sunday, October 27, 2002 6:39 PM
Subject: [GENERAL] www.postgresql.org/idocs/index.php?tutorial-table.html
I am working my way through
http://www.postgresql.org/idocs/index.php?tutorial-table.html
and I am now woundering if this:
http://80.202.101.84/index.php
is the correct way to make the table, weather, in a PosgreSQL database?