<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www.sqlines.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.sqlines.com/feed.php">
        <title>SQLines Tools postgresql-to-mysql</title>
        <description></description>
        <link>https://www.sqlines.com/</link>
        <image rdf:resource="https://www.sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-05-31T17:14:04+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.sqlines.com/postgresql-to-mysql/identity?rev=1666301183&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.sqlines.com/postgresql-to-mysql/timestamp_with_time_zone?rev=1761137107&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.sqlines.com/lib/images/favicon.ico">
        <title>SQLines Tools</title>
        <link>https://www.sqlines.com/</link>
        <url>https://www.sqlines.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.sqlines.com/postgresql-to-mysql/identity?rev=1666301183&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-20T21:26:23+00:00</dc:date>
        <title>IDENTITY Columns - Generate IDs - PostgreSQL to MySQL Migration</title>
        <link>https://www.sqlines.com/postgresql-to-mysql/identity?rev=1666301183&amp;do=diff</link>
        <description>IDENTITY column property allows you to automatically generate sequential integer numbers (IDs) for a column. IDENTITY columns are available since PostgreSQL 10. 

In MySQL you can use AUTO_INCREMENT column property. Note that you can use the AUTO_INCREMENT table property to define the start value, but you cannot specify the increment step, it is always 1.  See AUTO_INCREMENT for more details.</description>
    </item>
    <item rdf:about="https://www.sqlines.com/postgresql-to-mysql/timestamp_with_time_zone?rev=1761137107&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-22T12:45:07+00:00</dc:date>
        <title>TIMESTAMP WITH TIME ZONE - PostgreSQL to MySQL Migration</title>
        <link>https://www.sqlines.com/postgresql-to-mysql/timestamp_with_time_zone?rev=1761137107&amp;do=diff</link>
        <description>In PostgreSQL, the TIMESTAMP WITH TIME ZONE data type stores datetime with time zone information. 

MySQL does not provide a data type for storing values with different time zones. You can use the DATETIME data type and convert PostgreSQL values to UTC (or any other single time zone) so that all values are stored consistently in the same time zone.</description>
    </item>
</rdf:RDF>
