Re: distinguishing identical columns after joins

From: S G <sgennaria2(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: distinguishing identical columns after joins
Date: 2011-03-02 14:24:52
Message-ID: AANLkTinZuqE8CxJNB0=un4U3oVNBi7WqD4fNM6nmtGZX@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> I don't suppose
> there's a way to do this with functions that define multiple OUT
> parameters in lieu of a custom composite type?

Just had to dig a little further. Found my own answer in
INFORMATION_SCHEMA.PARAMETERS. Though I wish the specific_name column
didn't have that integer tagged at the end of each of my function
names. I'll find a way to work around it.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Piotr Czekalski 2011-03-07 21:20:14 A function to count all ocurrences of a character within a string.
Previous Message S G 2011-03-02 13:45:59 Re: distinguishing identical columns after joins