<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="0.92">
<channel>
	<title>the other side of the firewall</title>
	<link>http://sahuguet.blogsome.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 31 Dec 2005 16:23:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>installing postgres on Solaris 10</title>
		<description>	I had some minor trouble installing postgres on Solaris 10.
For instance, I had the following error message:

ld.so.1: initdb: fatal: libreadline.so.5: open failed:
No such file or directory
Killed

	So, here is a summary of what I had to do.
	
	install the libreadline package (can be found on the Sun web site)
pkgadd -d  SFWrline

	install ...</description>
		<link>http://sahuguet.blogsome.com/2005/08/25/installing-postgres-on-solaris-10/</link>
	</item>
	<item>
		<title>MySQL and Postgres front-ends</title>
		<description>	When doing some development and administration with MySQL or Postgres, the command line is not always the most convenient way to do.
Here are some tools that can be front-ends to the database.
	For MySQL:
	
	SQLyog (free)
	
	For PostgresQL:
	
	pgAdmin III (this is part of the Postgtres distribution on Windows) (free)
	
 </description>
		<link>http://sahuguet.blogsome.com/2005/08/25/mysql-and-postgres-front-ends/</link>
	</item>
</channel>
</rss>
