Re: [GENERAL] Trouble Accessing Schema-Qualified Table

2010-11-15 Thread Tom Lane
bricklen writes: > On Mon, Nov 15, 2010 at 8:35 AM, Jerry Richards > wrote: >> >> teo=# select * from sip_presence('ts_sofia_internal') where >> sip_presence.sip_user='1003'; >> >> ERROR:  function sip_presence(unknown) does not exist > The problem isn't the schema name, it is with the parame

Re: [GENERAL] Trouble Accessing Schema-Qualified Table

2010-11-15 Thread bricklen
On Mon, Nov 15, 2010 at 8:35 AM, Jerry Richards wrote: > > teo=# select * from sip_presence('ts_sofia_internal') where > sip_presence.sip_user='1003'; > > ERROR:  function sip_presence(unknown) does not exist > > LINE 1: select * from sip_presence('ts_sofia_internal') where sip_pr... >