<?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-sql-server</title>
        <description></description>
        <link>https://www.sqlines.com/</link>
        <image rdf:resource="https://www.sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-04-17T06:00:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.sqlines.com/postgresql-to-sql-server/rpad?rev=1677852501&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.sqlines.com/postgresql-to-sql-server/to_timestamp?rev=1673622726&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-sql-server/rpad?rev=1677852501&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-03T14:08:21+00:00</dc:date>
        <title>RPAD Function - PostgreSQL to SQL Server Migration</title>
        <link>https://www.sqlines.com/postgresql-to-sql-server/rpad?rev=1677852501&amp;do=diff</link>
        <description>RPAD function returns the string right-padded to the specified number of characters. RPAD accepts 2 or 3 parameters in PostgreSQL.

SQL Server does not have RPAD function but you can use expressions with LEFT and REPLICATE functions to implement RPAD, see examples below.</description>
    </item>
    <item rdf:about="https://www.sqlines.com/postgresql-to-sql-server/to_timestamp?rev=1673622726&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-13T15:12:06+00:00</dc:date>
        <title>TO_TIMESTAMP - Convert String to Datetime - PostgreSQL to SQL Server</title>
        <link>https://www.sqlines.com/postgresql-to-sql-server/to_timestamp?rev=1673622726&amp;do=diff</link>
        <description>In PostgreSQL TO_TIMESTAMP function converts a string value to TIMESTAMP data type value using the specified format. In SQL Server you can use CONVERT or TRY_CONVERT function with an appropriate datetime style.

Note that TRY_CONVERT function is available since SQL Server 2012.</description>
    </item>
</rdf:RDF>
