printing variable values in pl/pgsql functions - Mailing list pgsql-general

From Harpreet Dhaliwal
Subject printing variable values in pl/pgsql functions
Date
Msg-id d86a77ef0705081740t6b5e6342g8fc9b76e2ab05b6d@mail.gmail.com
Whole thread Raw
Responses printing variable values in pl/pgsql functions
List 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

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Idle session timeout?
Next
From: "Harpreet Dhaliwal"
Date:
Subject: printing variable values in pl/pgsql functions