Re: BUG #1481: ERROR: type tablename does not exist - Mailing list pgsql-bugs

From Michael Fuhr
Subject Re: BUG #1481: ERROR: type tablename does not exist
Date
Msg-id 20050214182439.GA28267@winnie.fuhr.org
Whole thread Raw
In response to BUG #1481: ERROR: type tablename does not exist  ("alagu madhu" <almadhu@yahoo.com>)
List pgsql-bugs
On Mon, Feb 14, 2005 at 10:21:08AM +0000, alagu madhu wrote:
>
> Description:        ERROR:  type tablename does not exist
> Details:
>
> CREATE FUNCTION merge_fields(t_row tablename) RETURNS text AS $$

Do you have a table or composite type named "tablename"?  Your
example works for me in 8.0.1 if tablename and table2name both
exist.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1480: A wildcard for the listen address doesn't work
Next
From: Bruce Momjian
Date:
Subject: Re: Bug in ALTER LANGUAGE ... RENAME TO ...;