Re: strange behavior, hoping for an explanation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Travers <chris(dot)travers(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: strange behavior, hoping for an explanation
Date: 2011-11-11 07:11:20
Message-ID: 27443.1320995480@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Travers <chris(dot)travers(at)gmail(dot)com> writes:
> I have found recently that tables in certain contexts seem to have a
> name pseudocolumn. I was wondering if there is any documentation as
> to what this is and what it signifies.

I/O conversion cast from composite type to string. You might find
this 9.1 patch informative:
http://git.postgresql.org/gitweb/?p=postgresql.git&a=commitdiff&h=543d22fc7423747afd59fe7214f2ddf6259efc62
There's also relevant discussion in the mailing lists shortly before
that.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message pasman pasmański 2011-11-11 07:57:46 Re: strange behavior, hoping for an explanation
Previous Message Chris Travers 2011-11-11 06:56:35 strange behavior, hoping for an explanation