What's the equivalent in PL/pgSQL - Mailing list pgsql-sql

From KÖPFERL Robert
Subject What's the equivalent in PL/pgSQL
Date
Msg-id ED4E30DD9C43D5118DFB00508BBBA76EB16591@neptun.sonorys.at
Whole thread Raw
Responses Re: What's the equivalent in PL/pgSQL  (Sean Davis <sdavis2@mail.nih.gov>)
List pgsql-sql
Hi,
I'm trying to find an equivalent plpgsql function as this:

func x returns SETOF "Tablename" AS
'
Select * from "Tablename";
' language sql


How is this accomplished with plpgsql while not using a loop or a second and
third temporal table?


pgsql-sql by date:

Previous
From: Sean Davis
Date:
Subject: Re: Constraint on 2 column possible?
Next
From: Wilton
Date:
Subject: Re: Complete instruction in a trigger