<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Full Table Scan - PostgreSQL</title>
    <link>http://www.fulltablescan.com/</link>
    <description>The fix for the database junkie in you</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:admin@fulltablescan.com" />
    <generator>Serendipity 1.6.2 - http://www.s9y.org/</generator>
    <managingEditor>spam-me-not-tom@fulltablescan.com</managingEditor>
<pubDate>Tue, 05 Jun 2007 19:44:47 GMT</pubDate>

    <image>
        <url>http://www.fulltablescan.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Full Table Scan - PostgreSQL - The fix for the database junkie in you</title>
        <link>http://www.fulltablescan.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Truncate This</title>
    <link>http://www.fulltablescan.com/index.php?/archives/13-Truncate-This.html</link>
            <category>PostgreSQL</category>
    
    <comments>http://www.fulltablescan.com/index.php?/archives/13-Truncate-This.html#comments</comments>
    <wfw:comment>http://www.fulltablescan.com/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.fulltablescan.com/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>tom@fulltablescan.com (Tom)</author>
    <content:encoded>
       Just stumbled across this little nugged from the PostgresSQL documention:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;The system uses no more than NAMEDATALEN-1 characters of an identifier; longer names can be written in commands, but they will be truncated. By default, NAMEDATALEN is 64 so the maximum identifier length is 63. If this limit is problematic, it can be raised by changing the NAMEDATALEN constant in src/include/postgres_ext.h.&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
   Err... yeah, I&#039;d say that&#039;s problematic... if I specify a table in a query, I want to either query that table or be notified that it doesn&#039;t exist.  Don&#039;t go modifying the table name on me... 
    </content:encoded>

    <pubDate>Tue, 05 Jun 2007 15:44:47 -0400</pubDate>
    <guid isPermaLink="false">http://www.fulltablescan.com/index.php?/archives/13-guid.html</guid>
    
</item>

</channel>
</rss>