<?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>Postgres OnLine Journal - special feature</title>
    <link>http://www.postgresonline.com/journal/</link>
    <description>an In depth look at the PostgreSQL open source database</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <pubDate>Mon, 22 Nov 2010 23:44:19 GMT</pubDate>

    <image>
        <url>http://www.postgresonline.com/journal/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Postgres OnLine Journal - special feature - an In depth look at the PostgreSQL open source database</title>
        <link>http://www.postgresonline.com/journal/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>PostgreSQL 9.0 pg_dump, pg_dumpall, pg_restore cheatsheet overview</title>
    <link>http://www.postgresonline.com/journal/archives/186-PostgreSQL-9.0-pg_dump,-pg_dumpall,-pg_restore-cheatsheet-overview.html</link>
            <category>9.0</category>
            <category>beginner</category>
            <category>special feature</category>
    
    <comments>http://www.postgresonline.com/journal/archives/186-PostgreSQL-9.0-pg_dump,-pg_dumpall,-pg_restore-cheatsheet-overview.html#comments</comments>
    <wfw:comment>http://www.postgresonline.com/journal/wfwcomment.php?cid=186</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=186</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;Backup and Restore is probably the most important thing to know how to do when you have a database with data you care about.&lt;/p&gt;

&lt;p&gt;The utilities in PostgreSQL that accomplish these tasks are pg_restore, pg_dump, pg_dumpall, and for restore of plain text dumps - psql.  &lt;/p&gt;
&lt;p&gt;A lot of the switches used by pg_dump, pg_restore, pg_dumpall are common to all three.  You use pg_dump to do backups of a single database or select database objects and pg_restore to restore it either to another database or to recover portions of a database.  You use pg_dumpall to dump all your databases in plain text format.  &lt;/p&gt;

&lt;p&gt;Rather than trying to keep track of which switch works with which, we decided to combine all into a single cheat sheet with a column denoting which utility the switch is supported in.
Pretty much all the text is compiled from the --help switch of each.&lt;/p&gt;
&lt;P&gt;We created a similar &lt;a href=&quot;http://www.postgresonline.com/journal/archives/63-PostgreSQL-8.3-Pg_dump-Pg_Restore-Cheatsheet-Overview.html&quot; target=&quot;_blank&quot;&gt;Backup and Restore cheatsheet for PostgreSQL 8.3&lt;/a&gt; and since then some new features have been added such as the jobs parallel restore feature in 8.4.  We have now created an updated sheet to comprise all features present in PostgreSQL 9.0 packaged pg_dump, pg_restore, pg_dumpall command line utilities.
&lt;/P&gt;
&lt;P&gt;PDF Portrait version 8.5 x 11&quot; of this cheatsheet is available at &lt;a href=&quot;/special_feature.php?sf_name=postgresql90_pg_dumprestore_cheatsheet&amp;outputformat=pdf&quot; target=&quot;_blank&quot;&gt;PostgreSQL 9.0 Dump Restore 8.5 x 11&lt;/a&gt; and also available in
&lt;a href=&quot;/special_feature.php?sf_name=postgresql90_pg_dumprestore_cheatsheet&amp;outputformat=a4pdf&quot; target=&quot;_blank&quot;&gt;PDF A4 format&lt;/a&gt; and &lt;a href=&quot;/special_feature.php?sf_name=postgresql90_pg_dumprestore_cheatsheet&amp;outputformat=html&quot; target=_blank&gt;HTML&lt;/a&gt;.
&lt;/P&gt;

&lt;p&gt;As usual please let us know if you find any errors or omissions and we&#039;ll be happy to correct.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 21 Nov 2010 20:35:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.postgresonline.com/journal/archives/186-guid.html</guid>
    <category>backup</category>
<category>pg_dump</category>
<category>pg_restore</category>
<category>pgadmin</category>
<category>postgresql 9.0</category>
<category>restore</category>

</item>
<item>
    <title>PostgreSQL 9.0 Cheat Sheet Overview</title>
    <link>http://www.postgresonline.com/journal/archives/177-PostgreSQL-9.0-Cheat-Sheet-Overview.html</link>
            <category>9.0</category>
            <category>special feature</category>
    
    <comments>http://www.postgresonline.com/journal/archives/177-PostgreSQL-9.0-Cheat-Sheet-Overview.html#comments</comments>
    <wfw:comment>http://www.postgresonline.com/journal/wfwcomment.php?cid=177</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=177</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;span style=&#039;color:green&#039;&gt;UPDATE: We have changed the licensing on the cheat sheet to Creative Commons per request&lt;/span&gt;
&lt;br /&gt;
&lt;p&gt;To celebrate the arrival of the long awaited PostgreSQL 9.0, we have prepared a multi-page PostgreSQL 9.0 cheat sheet that covers prior PostgreSQL constructs plus new 9.0 features.
PDF version of this cheat sheet is available at &lt;a href=&quot;/special_feature.php?sf_name=postgresql90_cheatsheet&amp;outputformat=pdf&quot; target=_blank&gt;PostgreSQL 9.0 Cheat sheet in PDF 8/12 by 11&amp;quot;&lt;/a&gt;, 
&lt;a href=&quot;/special_feature.php?sf_name=postgresql90_cheatsheet&amp;outputformat=a4pdf&quot; target=_blank&gt;PostgreSQL 9.0 Cheat sheet in PDF A4&lt;/a&gt;
and the &lt;a href=&quot;/special_feature.php?sf_name=postgresql90_cheatsheet&amp;outputformat=html&quot; target=_blank&gt;PostgreSQL 9.0 Cheat sheet in HTML&lt;/a&gt;.  
&lt;/p&gt;

&lt;p&gt;We took some advice from several readers and this time broke the cheatsheet into multiple pages. Hopefully you won&#039;t need magnifying glasses to read this one.  We also switched to landscape and put all the examples at the end.&lt;/p&gt;
&lt;p&gt;If you find any errors or anything major we left out, please let us know and we&#039;ll amend.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 28 Sep 2010 03:43:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.postgresonline.com/journal/archives/177-guid.html</guid>
    
</item>
<item>
    <title>Essential PostgreSQL DZone RefCardz is out</title>
    <link>http://www.postgresonline.com/journal/archives/136-Essential-PostgreSQL-DZone-RefCardz-is-out.html</link>
            <category>8.2</category>
            <category>8.3</category>
            <category>8.4</category>
            <category>cheatsheet</category>
            <category>special feature</category>
    
    <comments>http://www.postgresonline.com/journal/archives/136-Essential-PostgreSQL-DZone-RefCardz-is-out.html#comments</comments>
    <wfw:comment>http://www.postgresonline.com/journal/wfwcomment.php?cid=136</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=136</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;A while ago we wrote about &lt;a href=&quot;http://www.postgresonline.com/journal/archives/98-On-the-topic-of-Cheat-Sheets-DZone-RefCardz.html&quot; target=&quot;_blank&quot;&gt;DZone RefCards cheatsheets&lt;/a&gt; and how its a shame there isn&#039;t one for PostgreSQL. They  are a very attractive and useful vehicle for learning and brushing up on the most important pieces
of a piece of software or framework. Since that time we have been diligently working on one for PostgreSQL to fill the missing PostgreSQL slot.  The fruits of
our labor are finally out, and a bit quicker than we expected.  The cheatsheet covers both old features and new features introduced in PostgreSQL 8.4. We hope its useful to many old and new PostgreSQL users.&lt;/p&gt;

&lt;p&gt;The Essential PostgreSQL Refcard can be downloaded from &lt;a href=&quot;http://refcardz.dzone.com/refcardz/essential-postgresql?oid=hom12841&quot; target=&quot;_blank&quot;&gt;Essential PostgreSQL http://refcardz.dzone.com/refcardz/essential-postgresql?oid=hom12841&lt;/a&gt;&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sun, 20 Sep 2009 22:25:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.postgresonline.com/journal/archives/136-guid.html</guid>
    
</item>
<item>
    <title>PL Python Cheatsheet Overview</title>
    <link>http://www.postgresonline.com/journal/archives/106-PL-Python-Cheatsheet-Overview.html</link>
            <category>cheatsheet</category>
            <category>plpython</category>
            <category>special feature</category>
    
    <comments>http://www.postgresonline.com/journal/archives/106-PL-Python-Cheatsheet-Overview.html#comments</comments>
    <wfw:comment>http://www.postgresonline.com/journal/wfwcomment.php?cid=106</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=106</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;PL/Python is the procedural language for PostgreSQL that allows you to write database stored functions and triggers in Python.  Python has proved to be a charming language and when used for where it excels, enhances the power of PostgreSQL quite nicely.
Unfortunately we can&#039;t quite capture all its charm in a single pager cheat sheet, but hopefully
this will give you a sense of its usefulness.&lt;/P&gt;

&lt;P&gt;Below is a Thumbnail view of the PL\Python cheat sheet.  This is by no means comprehensive, but are the features we thought may be useful to know.
&lt;/P&gt;
&lt;a href=&quot;/special_feature.php?sf_name=postgresql_plpython_cheatsheet&amp;outputformat=pdf&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/images/journal/postgresql_plpython_cheatsheet_small.jpg&quot; border=&quot;1&quot;/&gt;&lt;/a&gt;
&lt;/P&gt;
&lt;P&gt;PDF Portrait version 8.5 x 11&quot; of this cheatsheet is available at &lt;a href=&quot;/special_feature.php?sf_name=postgresql_plpython_cheatsheet&amp;outputformat=pdf&quot; target=&quot;_blank&quot;&gt;PL/Python  Cheatsheet 8.5 x 11&lt;/a&gt; and also available in
&lt;a href=&quot;/special_feature.php?sf_name=postgresql_plpython_cheatsheet&amp;outputformat=a4pdf&quot; target=&quot;_blank&quot;&gt;PDF A4 format&lt;/a&gt; and &lt;a href=&quot;/special_feature.php?sf_name=postgresql_plpython_cheatsheet&amp;outputformat=html&quot; target=_blank&gt;HTML&lt;/a&gt;.
&lt;/P&gt;

&lt;P&gt;Also check out our accompanying tutorials on the topic of PL/Python: &lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/archives/99-Quick-Intro-to-PLPython.html&quot; target=&quot;_blank&quot;&gt;Quick Intro to PLPython&lt;/a&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/archives/100-PLPython-Part-2-Control-Flow-and-Returning-Sets.html&quot; target=&quot;_blank&quot;&gt;PLPython Part 2: Control Flow and Returning Sets&lt;/a&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/archives/101-PLPython-Part-3-Using-custom-classes,-pulling-data-from-PostgreSQL.html&quot; target=&quot;_blank&quot;&gt;PLPython Part 3: Using custom classes, pulling data from PostgreSQL&lt;/a&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/archives/102-PLPython-Part-4-PLPython-meets-aggregates.html&quot; target=&quot;_blank&quot;&gt;PLPython Part 4: PLPython meets aggregates&lt;/a&gt;&lt;/LI&gt;
&lt;/OL&gt; 
    </content:encoded>

    <pubDate>Fri, 06 Mar 2009 20:58:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.postgresonline.com/journal/archives/106-guid.html</guid>
    
</item>
<item>
    <title>PostgreSQL 8.3 PSQL Cheatsheet Overview</title>
    <link>http://www.postgresonline.com/journal/archives/91-PostgreSQL-8.3-PSQL-Cheatsheet-Overview.html</link>
            <category>8.3</category>
            <category>cheatsheet</category>
            <category>special feature</category>
    
    <comments>http://www.postgresonline.com/journal/archives/91-PostgreSQL-8.3-PSQL-Cheatsheet-Overview.html#comments</comments>
    <wfw:comment>http://www.postgresonline.com/journal/wfwcomment.php?cid=91</wfw:comment>

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

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;PSQL is the command line administration/query tool for PostgreSQL.  It is simple, light-weight and packed with a  lot of charm. Unfortunately we can&#039;t quite capture all its charm in a single pager cheat sheet, but hopefully
this will give you a sense of its usefulness.&lt;/P&gt;

&lt;P&gt;Below is a Thumbnail view of the PSQL cheat sheet.  This is by no means comprehensive, but are the features we use most often.  It is also pretty much what you get from the help screen with just some added color. 
&lt;/P&gt;
&lt;a href=&quot;/special_feature.php?sf_name=postgresql83_psql_cheatsheet&amp;outputformat=pdf&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/images/journal/postgresql83_psql_cheatsheet_small.jpg&quot; border=&quot;1&quot;/&gt;&lt;/a&gt;
&lt;/P&gt;
&lt;P&gt;PDF Portrait version 8.5 x 11&quot; of this cheatsheet is available at &lt;a href=&quot;/special_feature.php?sf_name=postgresql83_psql_cheatsheet&amp;outputformat=pdf&quot; target=&quot;_blank&quot;&gt;PSQL8.3 Cheatsheet 8.5 x 11&lt;/a&gt; and also available in
&lt;a href=&quot;/special_feature.php?sf_name=postgresql83_psql_cheatsheet&amp;outputformat=a4pdf&quot; target=&quot;_blank&quot;&gt;PDF A4 format&lt;/a&gt; and &lt;a href=&quot;/special_feature.php?sf_name=postgresql83_psql_cheatsheet&amp;outputformat=html&quot; target=_blank&gt;HTML&lt;/a&gt;.
&lt;/P&gt;

&lt;P&gt;Hubert has some neat tips for making more effective use of psql 
&lt;UL&gt;&lt;LI&gt;&lt;a href=&quot;http://www.depesz.com/index.php/2008/03/30/keyboard-shortcuts-in-psql/&quot; target=&quot;_blank&quot;&gt;keyboard shortcuts in psql&lt;/a&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;a href=&quot;http://www.depesz.com/index.php/2008/07/12/suppressing-context-lines-in-psql/&quot; target=&quot;_blank&quot;&gt;Suppressing CONTEXT lines in psql&lt;/a&gt;&lt;/LI&gt;
&lt;/UL&gt; 
    </content:encoded>

    <pubDate>Fri, 19 Dec 2008 03:02:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.postgresonline.com/journal/archives/91-guid.html</guid>
    
</item>
<item>
    <title>PostgreSQL 8.3 PLPGSQL Cheatsheet Overview</title>
    <link>http://www.postgresonline.com/journal/archives/87-PostgreSQL-8.3-PLPGSQL-Cheatsheet-Overview.html</link>
            <category>8.3</category>
            <category>plpgsql</category>
            <category>special feature</category>
    
    <comments>http://www.postgresonline.com/journal/archives/87-PostgreSQL-8.3-PLPGSQL-Cheatsheet-Overview.html#comments</comments>
    <wfw:comment>http://www.postgresonline.com/journal/wfwcomment.php?cid=87</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=87</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;To finish off our PL/PGSQL tutorial series, we are providing a PL/PGSQL cheat sheet.&lt;/P&gt;

&lt;P&gt;Below is a Thumbnail view of the PostgreSQL 8.3 PL/PGSQL cheat sheet 
that covers both 8.3 new features and past core PL/PGSQL features.  This is by no means comprehensive, but are the features we use most often. 
&lt;/P&gt;
&lt;a href=&quot;/special_feature.php?sf_name=postgresql83_plpgsql_cheatsheet&amp;outputformat=html&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/images/journal/postgresql83_plpgsql_cheatsheet_small.jpg&quot; border=&quot;1&quot;/&gt;&lt;/a&gt;
&lt;/P&gt;
&lt;P&gt;PDF Portrait version 8.5 x 11&quot; of this cheatsheet is available at &lt;a href=&quot;/special_feature.php?sf_name=postgresql83_plpgsql_cheatsheet&amp;outputformat=pdf&quot; target=&quot;_blank&quot;&gt;PostgreSQL 8.3 PL/PGSQL Cheatsheet 8.5 x 11&lt;/a&gt; and also available in
&lt;a href=&quot;/special_feature.php?sf_name=postgresql83_plpgsql_cheatsheet&amp;outputformat=a4pdf&quot; target=&quot;_blank&quot;&gt;PDF A4 format&lt;/a&gt; and &lt;a href=&quot;/special_feature.php?sf_name=postgresql83_plpgsql_cheatsheet&amp;outputformat=html&quot; target=_blank&gt;HTML&lt;/a&gt;.
&lt;/P&gt; 
    </content:encoded>

    <pubDate>Wed, 03 Dec 2008 21:13:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.postgresonline.com/journal/archives/87-guid.html</guid>
    
</item>
<item>
    <title>PostgreSQL 8.3 Pg_dump Pg_Restore Cheatsheet Overview</title>
    <link>http://www.postgresonline.com/journal/archives/63-PostgreSQL-8.3-Pg_dump-Pg_Restore-Cheatsheet-Overview.html</link>
            <category>beginner</category>
            <category>special feature</category>
    
    <comments>http://www.postgresonline.com/journal/archives/63-PostgreSQL-8.3-Pg_dump-Pg_Restore-Cheatsheet-Overview.html#comments</comments>
    <wfw:comment>http://www.postgresonline.com/journal/wfwcomment.php?cid=63</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=63</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;Backup and Restore is probably the most important thing to know how to do when you have a database with data you care about.&lt;/p&gt;

&lt;p&gt;The utilities in PostgreSQL that accomplish these tasks are pg_restore, pg_dump, pg_dumpall, and for restore of plain text dumps - psql.&lt;/p&gt;
&lt;p&gt;A lot of the switches used by pg_dump, pg_restore, pg_dumpall are common to all three and on rare cases, the switches used by each overlap but mean different things.
pg_dump and pg_restore are complementary.  You use pg_dump to do hot backups of a database and pg_restore to restore it either to another database or to recover portions of a database.&lt;/p&gt;

&lt;p&gt;Rather than trying to keep track of which switch works with which, we decided to combine all into a single cheat sheet with a column denoting which utility the switch is supported in.
Pretty much all the text is compiled from the --help switch of each.&lt;/p&gt;
&lt;P&gt;Below is a Thumbnail view of the PostgreSQL 8.3 Dump Restore cheat sheet 
that covers PostgreSQL 8.3 pg_dump, pg_dumpall, pg_restore utilities. 
&lt;/P&gt;
&lt;a href=&quot;/special_feature.php?sf_name=postgresql83_pg_dumprestore_cheatsheet&amp;outputformat=html&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/images/journal/postgresql83_pg_dumprestore_cheatsheet_small.jpg&quot; border=&quot;1&quot;/&gt;&lt;/a&gt;
&lt;/P&gt;
&lt;P&gt;PDF Portrait version 8.5 x 11&quot; of this cheatsheet is available at &lt;a href=&quot;/special_feature.php?sf_name=postgresql83_pg_dumprestore_cheatsheet&amp;outputformat=pdf&quot; target=&quot;_blank&quot;&gt;PostgreSQL 8.3 Dump Restore 8.5 x 11&lt;/a&gt; and also available in
&lt;a href=&quot;/special_feature.php?sf_name=postgresql83_pg_dumprestore_cheatsheet&amp;outputformat=a4pdf&quot; target=&quot;_blank&quot;&gt;PDF A4 format&lt;/a&gt; and &lt;a href=&quot;/special_feature.php?sf_name=postgresql83_pg_dumprestore_cheatsheet&amp;outputformat=html&quot; target=_blank&gt;HTML&lt;/a&gt;.
&lt;/P&gt; 
    </content:encoded>

    <pubDate>Sun, 27 Jul 2008 20:09:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.postgresonline.com/journal/archives/63-guid.html</guid>
    <category>backup</category>
<category>pg_dump</category>
<category>postgresql 8.3</category>
<category>restore</category>

</item>
<item>
    <title>PostgreSQL 8.3 TSearch Cheat Sheet Overview</title>
    <link>http://www.postgresonline.com/journal/archives/55-PostgreSQL-8.3-TSearch-Cheat-Sheet-Overview.html</link>
            <category>cheatsheet</category>
            <category>intermediate</category>
            <category>special feature</category>
            <category>tsearch</category>
    
    <comments>http://www.postgresonline.com/journal/archives/55-PostgreSQL-8.3-TSearch-Cheat-Sheet-Overview.html#comments</comments>
    <wfw:comment>http://www.postgresonline.com/journal/wfwcomment.php?cid=55</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=55</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;P&gt;Below is a Thumbnail view of a PostgreSQL 8.3 TSearch Cheat Sheet 
that covers PostgreSQL 8.3 Full Text search engine constructs. 
&lt;/P&gt;
&lt;a href=&quot;/images/journal/postgresql83tsearch_cheatsheet_1.png&quot;&gt;&lt;img src=&quot;/images/journal/postgresql83tsearch_cheatsheet_small_1.jpg&quot; border=&quot;1&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;a href=&quot;/images/journal/postgresql83tsearch_cheatsheet_2.png&quot;&gt;&lt;img src=&quot;/images/journal/postgresql83tsearch_cheatsheet_small_2.jpg&quot; border=&quot;1&quot;/&gt;&lt;/a&gt;
&lt;P&gt;
This one we broke into two pages so its a bit more readable
than our PostgreSQL 8.3 cheat sheet.
&lt;/P&gt;
&lt;P&gt;PDF landscape version 8.5 x 11&quot; of this cheatsheet is available at &lt;a href=&quot;/special_feature.php?sf_name=postgresql83tsearch_cheatsheet&amp;outputformat=pdf&quot; target=_blank&gt;PostgreSQL 8.3 TSearch Full-Text Search in PDF 8/12 by 11&lt;/a&gt; and also available in
&lt;a href=&quot;/special_feature.php?sf_name=postgresql83tsearch_cheatsheet&amp;outputformat=a4pdf&quot; target=_blank&gt;PDF A4 format&lt;/a&gt; and &lt;a href=&quot;/special_feature.php?sf_name=postgresql83tsearch_cheatsheet&amp;outputformat=html&quot; target=_blank&gt;HTML&lt;/a&gt;.
&lt;/P&gt; 
    </content:encoded>

    <pubDate>Thu, 05 Jun 2008 17:11:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.postgresonline.com/journal/archives/55-guid.html</guid>
    
</item>
<item>
    <title>PostgreSQL 8.3 Cheat Sheet Overview</title>
    <link>http://www.postgresonline.com/journal/archives/17-PostgreSQL-8.3-Cheat-Sheet-Overview.html</link>
            <category>cheatsheet</category>
            <category>special feature</category>
    
    <comments>http://www.postgresonline.com/journal/archives/17-PostgreSQL-8.3-Cheat-Sheet-Overview.html#comments</comments>
    <wfw:comment>http://www.postgresonline.com/journal/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>9</slash:comments>
    <wfw:commentRss>http://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;Below is a Thumbnail view of a  PostgreSQL 8.3 Cheat Sheet that covers prior PostgreSQL constructs plus new 8.3 features.
PDF version of this cheat sheet is available at &lt;a href=&quot;/special_feature.php?sf_name=postgresql83_cheatsheet&amp;outputformat=pdf&quot; target=_blank&gt;PostgreSQL 8.3 Cheat sheet in PDF 8/12 by 11&amp;quot;&lt;/a&gt;, &lt;a href=&quot;/special_feature.php?sf_name=postgresql83_cheatsheet&amp;outputformat=a4pdf&quot; target=_blank&gt;PostgreSQL 8.3 Cheat sheet in PDF A4&lt;/a&gt;
and the &lt;a href=&quot;/special_feature.php?sf_name=postgresql83_cheatsheet&amp;outputformat=html&quot; target=_blank&gt;PostgreSQL 8.3 Cheat sheet in HTML&lt;/a&gt;.  
&lt;/p&gt;
&lt;a href=&quot;/images/journal/postgresql83_cheatsheet.png&quot; target=_blank&gt;&lt;img src=&#039;/images/journal/postgresql83_cheatsheet_thumb.png&#039; border=0 class=&quot;Image_Float_Left&quot;/&gt;&lt;/a&gt;

&lt;p&gt;We apologize for the small size of the fonts.  We tried to keep it to a minimum but had trouble deciding what to leave out to keep it to a one page sheet.  So perhaps it would have been better as a 2 part cheatsheet.  Anyrate we hope people find it useful.&lt;/p&gt;

&lt;p&gt;For people who love cheat sheets, here are two other PostgreSQL cheat sheets on the web which we have found useful and cover slightly different set of things than we do in ours.&lt;/p&gt;
&lt;UL&gt;&lt;LI&gt;&lt;a href=&quot;http://www.alberton.info/postgresql_cheat_sheet.html&quot; target=_blank&gt;Lorenzo Alberton&#039;s PostgreSQL cheat sheet&lt;/a&gt; - his is similar in structure to ours but for older versions of PostgreSQL and his focus is a little different.&lt;/LI&gt;
&lt;LI&gt;&lt;a href=&quot;http://www.petefreitag.com/cheatsheets/postgresql/&quot; target=_blank&gt;Pete Freitag&#039;s PostgreSQL cheat sheet&lt;/a&gt; - his is much simpler, but has several useful SQL examples.&lt;/LI&gt;
&lt;/UL&gt; 
    </content:encoded>

    <pubDate>Sat, 05 Jan 2008 00:07:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.postgresonline.com/journal/archives/17-guid.html</guid>
    
</item>

</channel>
</rss>
