<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to run plpgsql to load data into postgresql server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256855#M39113</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi Plegall,&lt;BR /&gt; i referred the topic about Postgresql Stored procedure under this link 2512. so is the component been updated?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The component tPostgresqlSP is available in the Ecosystem : 
&lt;A href="http://talendforge.org/ext/extension_view.php?eid=41" target="_blank" rel="nofollow noopener noreferrer"&gt; tPostgresqlSP&lt;/A&gt;.</description>
    <pubDate>Mon, 21 Jul 2008 12:15:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-07-21T12:15:46Z</dc:date>
    <item>
      <title>How to run plpgsql to load data into postgresql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256852#M39110</link>
      <description>by using tSystem component i could execute my PHP script, which executes the DB connection with postgresql &amp;amp; loads the data(from input file) into DB. 
&lt;BR /&gt; now am trying to execute plpgsql script to get the data from the postgresql table(which is been loaded by the PHP script) &amp;amp; wanted to load the data into a different DB schema which is in the same postgresql server. 
&lt;BR /&gt; The aim to do this is, from diferent departments the input files will be coming to the main server. From the server we are using TOS to parse the file by using PHP &amp;amp; loads the data into Postgresql DB(as a temporary). after this we wanna consolidate the data. so from the temporary tables, we are moving the data to the data warehouse. 
&lt;BR /&gt; to move the data from temporary table to datawarehouse, am using plpgsql. but i dont know how to do this in TOS. can i use the plpgsql directly in any coponent? i hope it'd mess up the job design. so is there any component to run a whole plpgsql script? i need to do this after my PHP script loads the data successfully. please tell me some solution to do this.</description>
      <pubDate>Sat, 16 Nov 2024 14:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256852#M39110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to run plpgsql to load data into postgresql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256853#M39111</link>
      <description>There is no tPostgresqlSP (Stored Procedure) component yet (TOS 2.4), but you can call your PL/PgSQL function directly from a tPostgresqlRow. The only drawback is that you won't get the return values of the stored procedure.</description>
      <pubDate>Sat, 19 Jul 2008 13:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256853#M39111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-19T13:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to run plpgsql to load data into postgresql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256854#M39112</link>
      <description>Hi Plegall, 
&lt;BR /&gt; i referred the topic about Postgresql Stored procedure under this link 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCkJ5CAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/tPostgresqlSP/td-p/73179&lt;/A&gt;. so is the component been updated?</description>
      <pubDate>Mon, 21 Jul 2008 11:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256854#M39112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-21T11:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to run plpgsql to load data into postgresql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256855#M39113</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi Plegall,&lt;BR /&gt; i referred the topic about Postgresql Stored procedure under this link 2512. so is the component been updated?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The component tPostgresqlSP is available in the Ecosystem : 
&lt;A href="http://talendforge.org/ext/extension_view.php?eid=41" target="_blank" rel="nofollow noopener noreferrer"&gt; tPostgresqlSP&lt;/A&gt;.</description>
      <pubDate>Mon, 21 Jul 2008 12:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256855#M39113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-21T12:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to run plpgsql to load data into postgresql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256856#M39114</link>
      <description>Thanks plegall..</description>
      <pubDate>Mon, 21 Jul 2008 12:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256856#M39114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-21T12:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to run plpgsql to load data into postgresql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256857#M39115</link>
      <description>hello guys,&lt;BR /&gt;        i s there any topics about "how to import external components"?</description>
      <pubDate>Mon, 21 Jul 2008 12:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256857#M39115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-21T12:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to run plpgsql to load data into postgresql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256858#M39116</link>
      <description>sorry guys.. i got the topic about that.. thanks for guidance.</description>
      <pubDate>Mon, 21 Jul 2008 13:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256858#M39116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-21T13:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to run plpgsql to load data into postgresql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256859#M39117</link>
      <description>is possible to obtain a version of tPostgresqlSP running under tos 4.1 ?&lt;BR /&gt;or if someone can give me help to make a porting on TOS 4.1</description>
      <pubDate>Thu, 24 Mar 2011 09:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-plpgsql-to-load-data-into-postgresql-server/m-p/2256859#M39117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-24T09:34:08Z</dc:date>
    </item>
  </channel>
</rss>

