Re: Using a variable in sql in a function - Mailing list pgsql-novice

From A. Kretschmer
Subject Re: Using a variable in sql in a function
Date
Msg-id 20100105145350.GC16421@a-kretschmer.de
Whole thread Raw
In response to Using a variable in sql in a function  (Peter Jackson <mltasmaniac@tasjackson.com>)
List pgsql-novice
In response to Peter Jackson :
> Hiya list,
>
> I was wondering if this is possible or not. If yes how?
>
> I want to use a changing where condition on the query, subject to the
> value I pass in to the function. I have tried the below but it fails in
> use. This is with PostgreSql 8.3.1.

You can do that, but you need to build a complete string containing your
full query and execute this string.

http://www.postgresql.org/docs/current/static/plpgsql-statements.html#PLPGSQL-STATEMENTS-EXECUTING-DYN


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431  2EB0 389D 1DC2 3172 0C99

pgsql-novice by date:

Previous
From: Peter Jackson
Date:
Subject: Using a variable in sql in a function
Next
From: Greg Stark
Date:
Subject: Re: to find table stats for last update time.