<?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 Problems using Postgres ELT in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problems-using-Postgres-ELT/m-p/2335573#M104120</link>
    <description>Hello,&lt;BR /&gt;I'm trying to use Postgres ELT components, but  i am getting some errors. The main error is because i have some tables that were created using upper case and others using lower case, for example:&lt;BR /&gt;TABLE_TEST and table_test_02.&lt;BR /&gt;The problem is that Postgres is case sensitive and when Talend tries to send the query to database, postgres does not recognize the table name. So the solution is use quotes in the table name, for example, instead i use: &lt;BR /&gt;select * from TABLE_TEST&lt;BR /&gt;I have to use &lt;BR /&gt;select * from "TABLE_TEST" &lt;BR /&gt;But i cannot put quote manually inside table name in Talend.&lt;BR /&gt;Does anyone knows how can i do this? Or anyone has passed for the same problem?&lt;BR /&gt;Thanks&lt;BR /&gt;Best regards</description>
    <pubDate>Fri, 01 Jun 2012 19:46:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-01T19:46:38Z</dc:date>
    <item>
      <title>Problems using Postgres ELT</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problems-using-Postgres-ELT/m-p/2335573#M104120</link>
      <description>Hello,&lt;BR /&gt;I'm trying to use Postgres ELT components, but  i am getting some errors. The main error is because i have some tables that were created using upper case and others using lower case, for example:&lt;BR /&gt;TABLE_TEST and table_test_02.&lt;BR /&gt;The problem is that Postgres is case sensitive and when Talend tries to send the query to database, postgres does not recognize the table name. So the solution is use quotes in the table name, for example, instead i use: &lt;BR /&gt;select * from TABLE_TEST&lt;BR /&gt;I have to use &lt;BR /&gt;select * from "TABLE_TEST" &lt;BR /&gt;But i cannot put quote manually inside table name in Talend.&lt;BR /&gt;Does anyone knows how can i do this? Or anyone has passed for the same problem?&lt;BR /&gt;Thanks&lt;BR /&gt;Best regards</description>
      <pubDate>Fri, 01 Jun 2012 19:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problems-using-Postgres-ELT/m-p/2335573#M104120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-01T19:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using Postgres ELT</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problems-using-Postgres-ELT/m-p/2335574#M104121</link>
      <description>Hi&lt;BR /&gt;If you create metadata-&amp;gt;DB Connection-&amp;gt;Postgres, you will find out that the query of tPostgresqlInput is like this.&lt;BR /&gt;&lt;PRE&gt;"SELECT &lt;BR /&gt;  \"test\".\"public\".\"DU\".\"newColumn\", &lt;BR /&gt;  \"test\".\"public\".\"DU\".\"newColumn1\"&lt;BR /&gt;FROM \"test\".\"public\".\"DU\""&lt;/PRE&gt;&lt;BR /&gt;Add '\' in front of quote.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 04 Jun 2012 06:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problems-using-Postgres-ELT/m-p/2335574#M104121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-04T06:24:25Z</dc:date>
    </item>
  </channel>
</rss>

