Re: [BUGS] BUG #1481: ERROR: type tablename does not exist

2005-02-14 Thread Michael Fuhr
On Mon, Feb 14, 2005 at 10:21:08AM +, 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

[BUGS] BUG #1481: ERROR: type tablename does not exist

2005-02-14 Thread alagu madhu
The following bug has been logged online: Bug reference: 1481 Logged by: alagu madhu Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Operating system: Redhat Description:ERROR: type tablename does not exist Details: CREATE FUNCTION merge_fields(t_row table