function_name.parameter_name

From: "David E(dot) Wheeler" <david(dot)wheeler(at)pgexperts(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: function_name.parameter_name
Date: 2010-09-07 16:24:27
Message-ID: 9FFBA12C-0CFF-438B-9D34-31713672484B@pgexperts.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Howdy,

Anyone ever thought to try to add $subject to PL/pgSQL? Someone left a [comment][] on the PGXN blog about how this is a supported syntax for using named parameters on Oracle. The context is to avoid conflicts between variable names and column names by function-qualifyin the former and table-qualifying the latter.

[comment]: http://blog.pgxn.org/post/1053165383/alias-in-vogue#dsq-comment-75687336

Would this be do-able in PL/pgSQL?

Best,

David

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2010-09-07 16:27:18 Re: patch: tsearch - some memory diet
Previous Message Robert Haas 2010-09-07 16:07:54 Re: Synchronous replication - patch status inquiry