www.postgresql.org/idocs/index.php?tutorial-table.html

Started by Paul Ottar Tornesover 23 years ago3 messagesgeneral
Jump to latest
#1Paul Ottar Tornes
critical@tiscali.no

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?

#2Jeffrey Melloy
jmelloy@visualdistortion.org
In reply to: Paul Ottar Tornes (#1)
Re: www.postgresql.org/idocs/index.php?tutorial-table.html

Yes. The CREATE message tells you that you did it correctly. Hit \d
or \d weather to see the table structure.

PS. You don't have to put everything on a different line, and lines
that start with -- are comments.
Jeff
On Sunday, October 27, 2002, at 05:39 PM, Paul Ottar Tornes wrote:

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?

=======================
Jeffrey Melloy
jmelloy@visualdistortion.org

http://www.visualdistortion.org
http://www.platformers.com

#3Gregory Wood
gregw@com-stock.com
In reply to: Paul Ottar Tornes (#1)
Re: www.postgresql.org/idocs/index.php?tutorial-table.html

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?