Re: Determine the name of the calling function

From: Jack Kaufman <jack(dot)kaufman(at)sanmina(dot)com>
To: PGSQL-Novice <pgsql-novice(at)postgresql(dot)org>, dstaal(at)usa(dot)net
Subject: Re: Determine the name of the calling function
Date: 2013-01-18 19:45:15
Message-ID: CAM=VM81XKgHgZOuuTU8QakKTOEuhAma+FbxF5hphZLFPdSoNLw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Daniel,

Thank you for the "alternative language" idea. Unfortunately, PL/pgSQL is
the only PL on the test database I am learning on. Of course, other
languages may become available to us down the road. I'll your suggestion
in mind.

Thank you, Jack

On Fri, Jan 18, 2013 at 12:12 PM, Daniel Staal <DStaal(at)usa(dot)net> wrote:

> --As of January 18, 2013 11:28:02 AM -0500, Jack Kaufman is alleged to
> have said:
>
> Our shop is converting to PostgreSQL & PL/pgSQL and we are figuring out
>> how to apply the language to our environment. I want to write some API
>> functions that will be called from many other functions. I want these
>> APIs to log errors to a table and I would like the table entries to
>> include the name of the function that called the API. Anyway, that's
>> where I'm headed. Thanks for the support.
>>
>
> --As for the rest, it is mine.
>
> Just a question, as I'm not entirely sure of the answer myself, but would
> it be possible in another one of the languages Postgres supports? This
> sounds like a language feature to me, and I know Perl's 'caller' function
> would do this for instance, the question is if it would be fully functional
> in pgPerl.
>
> Daniel T. Staal
>
> ------------------------------**------------------------------**---
> This email copyright the author. Unless otherwise noted, you
> are expressly allowed to retransmit, quote, or otherwise use
> the contents for non-commercial purposes. This copyright will
> expire 5 years after the author's death, or in 30 years,
> whichever is longer, unless such a period is in excess of
> local copyright law.
> ------------------------------**------------------------------**---
>

--
Jack Kaufman
MDS Application Devl (US)
Sanmina-SCI Corporation - Owego site
Email: jack(dot)kaufman(at)sanmina(dot)com
Skype: jack_kaufman_sanm
607-723-0507

CONFIDENTIALITY
This e-mail message and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail message, you are hereby notified that any dissemination, distribution or copying of this e-mail message, and any attachments thereto, is strictly prohibited. If you have received this e-mail message in error, please immediately notify the sender and permanently delete the original and any copies of this email and any prints thereof.
ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS E-MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. Notwithstanding the Uniform Electronic Transactions Act or the applicability of any other law of similar substance and effect, absent an express statement to the contrary hereinabove, this e-mail message its contents, and any attachments hereto are not intended to represent an offer or acceptance to enter into a contract and are not otherwise intended to bind the sender, Sanmina Corporation (or any of its subsidiaries), or any other person or entity.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2013-01-18 20:09:03 Re: Determine the name of the calling function
Previous Message Jack Kaufman 2013-01-18 19:35:08 Re: Determine the name of the calling function