<?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 [resolved] insert into postgres table only some columns in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-insert-into-postgres-table-only-some-columns/m-p/2310292#M81431</link>
    <description>fails with "null value in column "column_name" violates not-null constraint" 
&lt;BR /&gt;Hello, 
&lt;BR /&gt;I want to insert two values in a postgre table with more than two columns. 
&lt;BR /&gt;The primary key has a sequence. So will be filled automaticly. 
&lt;BR /&gt;If I try. I get the error message above. 
&lt;BR /&gt;What ist the correct approach for this task? 
&lt;BR /&gt;Thank you for your help! 
&lt;BR /&gt;Christian</description>
    <pubDate>Sat, 16 Nov 2024 13:23:39 GMT</pubDate>
    <dc:creator>ilmp</dc:creator>
    <dc:date>2024-11-16T13:23:39Z</dc:date>
    <item>
      <title>[resolved] insert into postgres table only some columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-insert-into-postgres-table-only-some-columns/m-p/2310292#M81431</link>
      <description>fails with "null value in column "column_name" violates not-null constraint" 
&lt;BR /&gt;Hello, 
&lt;BR /&gt;I want to insert two values in a postgre table with more than two columns. 
&lt;BR /&gt;The primary key has a sequence. So will be filled automaticly. 
&lt;BR /&gt;If I try. I get the error message above. 
&lt;BR /&gt;What ist the correct approach for this task? 
&lt;BR /&gt;Thank you for your help! 
&lt;BR /&gt;Christian</description>
      <pubDate>Sat, 16 Nov 2024 13:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-insert-into-postgres-table-only-some-columns/m-p/2310292#M81431</guid>
      <dc:creator>ilmp</dc:creator>
      <dc:date>2024-11-16T13:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] insert into postgres table only some columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-insert-into-postgres-table-only-some-columns/m-p/2310293#M81432</link>
      <description>Hello
&lt;BR /&gt;Is there one column called "column_name" and it is defined not null in your table?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Sun, 13 Jun 2010 03:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-insert-into-postgres-table-only-some-columns/m-p/2310293#M81432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-13T03:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] insert into postgres table only some columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-insert-into-postgres-table-only-some-columns/m-p/2310294#M81433</link>
      <description>Hello Shong, 
&lt;BR /&gt;you brought me on the right path. Thank you very much! 
&lt;BR /&gt;It was not an error of my job. It was an error of my Postgres DB. 
&lt;BR /&gt;The column name "column_name" was so strange that I was not sensitiv enough. 
&lt;BR /&gt;ALTER TABLE &amp;lt;table_name&amp;gt; ALTER COLUMN column_name DROP NOT NULL; 
&lt;BR /&gt;ALTER SEQUENCE &amp;lt;sequence_name&amp;gt; restart with 251; 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Christian</description>
      <pubDate>Tue, 15 Jun 2010 15:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-insert-into-postgres-table-only-some-columns/m-p/2310294#M81433</guid>
      <dc:creator>ilmp</dc:creator>
      <dc:date>2010-06-15T15:18:13Z</dc:date>
    </item>
  </channel>
</rss>

