tab_to_sting - Mailing list pgsql-general

From Ramesh T
Subject tab_to_sting
Date
Msg-id CAK8Zd=tzpWPTLaHBJhACo3yCnWDvn_HbLF1dZ8wadZU3tn=ogw@mail.gmail.com
Whole thread Raw
Responses Re: tab_to_sting  (hubert depesz lubaczewski <depesz@gmail.com>)
Re: tab_to_sting  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Hi,

        SELECT hr.tab_to_largestring(CAST(COLLECT(cust_name) AS t_varchar2_tab)) AS employees
    FROM   hr.customer

when i run function for  table column values  to single row function name is hr.tab_to_largestring

this code from oracle
  

it return like  function collect(character varying) does not exit

please let me know in postgres collect () key is thier..?


and how to run this function..?

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Dead Locks
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: tab_to_sting