<?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>Question Re: Generate 'ALTER SEQUENCE' in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/generate-alter-sequence/qaa-p/352564#M19640</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I confirm your findings. The ALTER SEQUENCE command is not available in the PostgreSQL DBMS resource file provided with PD.&lt;BR /&gt;I recommend you contact SAP Product Support to open an incident and have a Change Request logged.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Cheers,&lt;BR /&gt;Arnaud&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jun 2018 15:15:43 GMT</pubDate>
    <dc:creator>arnaud_laurent</dc:creator>
    <dc:date>2018-06-05T15:15:43Z</dc:date>
    <item>
      <title>Generate 'ALTER SEQUENCE'</title>
      <link>https://community.sap.com/t5/technology-q-a/generate-alter-sequence/qaq-p/352563</link>
      <description>&lt;P&gt;Hi all and thank you for your help.&lt;/P&gt;
  &lt;P&gt;I'm using powerdesigner 16.6 SP1 to model an postgresql database, but i can't associate sequences with PKs...&lt;/P&gt;
  &lt;P&gt;"To associate the sequence with the column, double-click the column entry. Then, in the General tab, specify the name of the sequence."&lt;/P&gt;
  &lt;P&gt;but i already did this...&lt;/P&gt;
  &lt;P&gt;the problem is that when i generate database, the sequences are simply created, but not associated with the column...&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;create sequence SQ_CARGO;

create table CARGO (
   ID                   INT4                 not null,
   NOME                 VARCHAR(20)          not null,
   ROLE                 VARCHAR(100)         not null,
   constraint PK_CARGO primary key (ID)
);&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;It's missing&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;ALTER SEQUENCE sequence_name OWNED BY table_name.colum_name;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Thanks for you help,&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 16:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generate-alter-sequence/qaq-p/352563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-08T16:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 'ALTER SEQUENCE'</title>
      <link>https://community.sap.com/t5/technology-q-a/generate-alter-sequence/qaa-p/352564#M19640</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I confirm your findings. The ALTER SEQUENCE command is not available in the PostgreSQL DBMS resource file provided with PD.&lt;BR /&gt;I recommend you contact SAP Product Support to open an incident and have a Change Request logged.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Cheers,&lt;BR /&gt;Arnaud&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 15:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generate-alter-sequence/qaa-p/352564#M19640</guid>
      <dc:creator>arnaud_laurent</dc:creator>
      <dc:date>2018-06-05T15:15:43Z</dc:date>
    </item>
  </channel>
</rss>

