How to determine the type of a column - Mailing list pgsql-novice

From Ville Jungman
Subject How to determine the type of a column
Date
Msg-id F102bSrkCaldMhxuwPQ0001c5a4@hotmail.com
Whole thread Raw
Responses Re: How to determine the type of a column  (Andrew McMillan <andrew@catalyst.net.nz>)
List pgsql-novice
Hi!

1. create table t (i varchar(255))
2. select ______(i) from t; #(Should return "varchar(255)")

So what should I write to ______ to return "varchar(255)"

ville jungman, ulvilantie 3 b 11, 00350 helsinki, finland
tel. + 358 - 9 - 225 4482 , http://www.kolumbus.fi/vilmak
usko Herraan Jeesukseen, niin sin� pelastut. (apt. 16:31)


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Option 'xactisolevel' is not recognized (???)
Next
From: Andrew McMillan
Date:
Subject: Re: How to determine the type of a column