Functions and tablenames - Mailing list pgsql-sql

From Julie Hunt
Subject Functions and tablenames
Date
Msg-id 002701bfa5dd$cfc346a0$9a14a8c0@julies
Whole thread Raw
List pgsql-sql
Hi
I would like to create a function that passes a tablename as a variable, but I do not know what 'datatype' a tablename is supposed to be.
 
CREATE FUNCTION find_max_id(int4, tablename?) RETURNS int4
AS 'Select max($1) FROM $2'
LANGUAGE 'sql';
 
When I put text as the datatype for the tablename the error was a problem near $2.
Could someone please help me.
Thanks
Julie Hunt

pgsql-sql by date:

Previous
From: Patrik Kudo
Date:
Subject: Re: sum a subquery?
Next
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: Function xxxx() does no exist