<?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-mariadb</title>
        <description></description>
        <link>https://www.sqlines.com/</link>
        <image rdf:resource="https://www.sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-05-30T13:31:05+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.sqlines.com/postgresql-to-mariadb/identity?rev=1666301224&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.sqlines.com/postgresql-to-mariadb/timestamp_with_time_zone?rev=1761137548&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-mariadb/identity?rev=1666301224&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-20T21:27:04+00:00</dc:date>
        <title>IDENTITY Columns - Generate IDs - PostgreSQL to MariaDB Migration</title>
        <link>https://www.sqlines.com/postgresql-to-mariadb/identity?rev=1666301224&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 MariaDB 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.</description>
    </item>
    <item rdf:about="https://www.sqlines.com/postgresql-to-mariadb/timestamp_with_time_zone?rev=1761137548&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-22T12:52:28+00:00</dc:date>
        <title>TIMESTAMP WITH TIME ZONE - PostgreSQL to MariaDB Migration</title>
        <link>https://www.sqlines.com/postgresql-to-mariadb/timestamp_with_time_zone?rev=1761137548&amp;do=diff</link>
        <description>In PostgreSQL, the TIMESTAMP WITH TIME ZONE data type stores datetime with time zone information. 

MariaDB 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>
