type conversions

From: sad <sad(at)bankir(dot)ru>
To: pgsql-sql(at)postgresql(dot)org
Subject: type conversions
Date: 2004-04-15 04:04:42
Message-ID: 200404150804.42666.sad@bankir.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

hi

SELECT 'tbl'::regclass;
works fine

SELECT 'tbl'::text::regclass;
says cannot convert type text to regclass

what to do ?

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message kumar 2004-04-15 06:58:06 Grant permission to all objects of user A to user B
Previous Message Kenneth Gonsalves 2004-04-15 01:38:54 SET idiom in insert statement