printing variable values in pl/pgsql functions

From: "Harpreet Dhaliwal" <harpreet(dot)dhaliwal01(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: printing variable values in pl/pgsql functions
Date: 2007-05-09 01:10:11
Message-ID: d86a77ef0705081810i66c2118ex10ba43256f30fc6a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I have a pl/pgsql in which i have to print various variable values during
the execution of the function to see
what values are getting populated inside those variables with due course of
time.

PRINT <variable name>
doesn't work.

Can anyone tell me how to print these values??

Thanks,
~Harpreet

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jasbinder Singh Bali 2007-05-09 01:12:23 Re: printing variable values in pl/pgsql functions
Previous Message Harpreet Dhaliwal 2007-05-09 00:40:45 printing variable values in pl/pgsql functions