[HACKERS] time without time zone

2001-09-26 Thread Christopher Kings-Lynne
Gah. Ignore my previous email - I read the docs further and it turns out that "time" and "time without time zone" are synonymns. Chris ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[HACKERS] time without time zone

2001-09-26 Thread Christopher Kings-Lynne
In 7.1.3, you can create a column as "time without time zone", but it doesn't seem to show as such in psql... eg: test=# alter table chat_meetings add column timeofday time without time zone; ALTER test=# \d chat_meetings Table "chat_meetings" Attribute