<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 15 Practical PostgreSQL Database Administration Commands</title>
	<atom:link href="http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/comment-page-1/#comment-128300</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 21 Sep 2011 05:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=446#comment-128300</guid>
		<description>this is very useful for me</description>
		<content:encoded><![CDATA[<p>this is very useful for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NR</title>
		<link>http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/comment-page-1/#comment-58722</link>
		<dc:creator>NR</dc:creator>
		<pubDate>Thu, 12 Aug 2010 02:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=446#comment-58722</guid>
		<description>Some clarifications:
\d gaves you more then just  tables, to see only tables use \dt. To see views use \dv, to see a table or any other object&#039;s description use \d objectname. You can use \? to see a list of commands and \? commandname to get help with a command. The same way you can use \h to see a list of SQL commands and \h sqlcommand to get help with a SQL command.

Be aware that a simple create database command will create a database with default parameters, this is not always what we want or need. Usually it is ok for english speakers but other languages migth need a different collating order or even encoding, as the default postgresql installation does not (or did not) use UTF-8. To change this and other parameters in a safe and permanent way you migth need to create a all new database cluster as some parameters cannot be changed after database creation and others have to be common to all databases (see http://www.postgresql.org/docs/8.4/interactive/locale.html for postgreSQL 8.4).

Has for the Karel&#039;s problem, simply use &#039;q&#039; to quit the viewing and came back to the prompt.</description>
		<content:encoded><![CDATA[<p>Some clarifications:<br />
\d gaves you more then just  tables, to see only tables use \dt. To see views use \dv, to see a table or any other object&#8217;s description use \d objectname. You can use \? to see a list of commands and \? commandname to get help with a command. The same way you can use \h to see a list of SQL commands and \h sqlcommand to get help with a SQL command.</p>
<p>Be aware that a simple create database command will create a database with default parameters, this is not always what we want or need. Usually it is ok for english speakers but other languages migth need a different collating order or even encoding, as the default postgresql installation does not (or did not) use UTF-8. To change this and other parameters in a safe and permanent way you migth need to create a all new database cluster as some parameters cannot be changed after database creation and others have to be common to all databases (see <a href="http://www.postgresql.org/docs/8.4/interactive/locale.html" rel="nofollow">http://www.postgresql.org/docs/8.4/interactive/locale.html</a> for postgreSQL 8.4).</p>
<p>Has for the Karel&#8217;s problem, simply use &#8216;q&#8217; to quit the viewing and came back to the prompt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markitus82</title>
		<link>http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/comment-page-1/#comment-47297</link>
		<dc:creator>markitus82</dc:creator>
		<pubDate>Tue, 18 May 2010 16:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=446#comment-47297</guid>
		<description>thanks! nice guide!</description>
		<content:encoded><![CDATA[<p>thanks! nice guide!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karel</title>
		<link>http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/comment-page-1/#comment-44808</link>
		<dc:creator>karel</dc:creator>
		<pubDate>Wed, 28 Apr 2010 08:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=446#comment-44808</guid>
		<description>after using
\d
i get list of the tables ,and highlighted
(END)

i cannot enter any text or command. How to exit the description and input next commands?</description>
		<content:encoded><![CDATA[<p>after using<br />
\d<br />
i get list of the tables ,and highlighted<br />
(END)</p>
<p>i cannot enter any text or command. How to exit the description and input next commands?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/comment-page-1/#comment-40253</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 22 Mar 2010 04:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=446#comment-40253</guid>
		<description>very useful for beginners like me. Thanks.</description>
		<content:encoded><![CDATA[<p>very useful for beginners like me. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15 Advanced PostgreSQL Commands with Examples</title>
		<link>http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/comment-page-1/#comment-10563</link>
		<dc:creator>15 Advanced PostgreSQL Commands with Examples</dc:creator>
		<pubDate>Thu, 21 May 2009 15:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=446#comment-10563</guid>
		<description>[...] 15 Advanced PostgreSQL Commands with Examples  Posted on May 21st, 2009 by SathiyaMoorthy  Filed Under&#058; Database &#160;&#160;                 3 Books Giveaway  - Hacking Vim, Lighttpd and Xen Virtualization   Some of the open source application comes with postgreSQL database. To maintain those application, companies may not hire a fulltime postgreSQL DBA. Instead they may request the existing Oracle DBA, or Linux system administrator, or programmers to maintain the potgreSQL. In this article let discuss about the 15 practical postgresql database commands which will be useful to both DBA and expert psql users.   Also, refer to our previous article about 15 Practical PostgreSQL DBA Commands. [...]</description>
		<content:encoded><![CDATA[<p>[...] 15 Advanced PostgreSQL Commands with Examples  Posted on May 21st, 2009 by SathiyaMoorthy  Filed Under&#58; Database &nbsp;&nbsp;                 3 Books Giveaway  &#8211; Hacking Vim, Lighttpd and Xen Virtualization   Some of the open source application comes with postgreSQL database. To maintain those application, companies may not hire a fulltime postgreSQL DBA. Instead they may request the existing Oracle DBA, or Linux system administrator, or programmers to maintain the potgreSQL. In this article let discuss about the 15 practical postgresql database commands which will be useful to both DBA and expert psql users.   Also, refer to our previous article about 15 Practical PostgreSQL DBA Commands. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Comandos básicos de administración PostgreSQL » rm-rf.es</title>
		<link>http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/comment-page-1/#comment-9022</link>
		<dc:creator>Comandos básicos de administración PostgreSQL » rm-rf.es</dc:creator>
		<pubDate>Fri, 24 Apr 2009 19:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=446#comment-9022</guid>
		<description>[...] A continuación podéis ver una serie de comandos que os serán de gran utilidad a la hora de administrar un servidor de bases de datos PostgreSQL, este artículo es una traducción/adaptación del original en The Geek Stuff: [...]</description>
		<content:encoded><![CDATA[<p>[...] A continuación podéis ver una serie de comandos que os serán de gran utilidad a la hora de administrar un servidor de bases de datos PostgreSQL, este artículo es una traducción/adaptación del original en The Geek Stuff: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15 Practical PostgreSQL Database Administration Commands - DbRunas</title>
		<link>http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/comment-page-1/#comment-8768</link>
		<dc:creator>15 Practical PostgreSQL Database Administration Commands - DbRunas</dc:creator>
		<pubDate>Sat, 18 Apr 2009 22:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=446#comment-8768</guid>
		<description>[...] http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/" rel="nofollow">http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sasikala</title>
		<link>http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/comment-page-1/#comment-8672</link>
		<dc:creator>sasikala</dc:creator>
		<pubDate>Fri, 17 Apr 2009 04:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=446#comment-8672</guid>
		<description>It is very simple but more useful. thanks.</description>
		<content:encoded><![CDATA[<p>It is very simple but more useful. thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 13:41:14 -->
