Re: distinguishing identical columns after joins - Mailing list pgsql-sql

From S G
Subject Re: distinguishing identical columns after joins
Date
Msg-id AANLkTinZuqE8CxJNB0=un4U3oVNBi7WqD4fNM6nmtGZX@mail.gmail.com
Whole thread Raw
In response to Re: distinguishing identical columns after joins  (S G <sgennaria2@gmail.com>)
List 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.


pgsql-sql by date:

Previous
From: S G
Date:
Subject: Re: distinguishing identical columns after joins
Next
From: Piotr Czekalski
Date:
Subject: A function to count all ocurrences of a character within a string.