<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web-мастеркая &#187; PostgreSQL</title>
	<atom:link href="http://mamishev.ru/tag/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://mamishev.ru</link>
	<description>полезные заметки в помощь сайтостроителю</description>
	<lastBuildDate>Thu, 29 Sep 2011 10:43:45 +0000</lastBuildDate>
	<language>ru</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Установка PostgreSQL и pgAdmin III на Ubuntu</title>
		<link>http://mamishev.ru/postgresql-install/</link>
		<comments>http://mamishev.ru/postgresql-install/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 12:58:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Пошаговые инструкции]]></category>
		<category><![CDATA[pgAdmin III]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mamishev.ru/?p=233</guid>
		<description><![CDATA[Идем Система &#62; Администрирование &#62; Менеджер пакетов Synaptic Устанавливаем следующие пакеты: postgresql pgadmin3 python-psycopg2 В терминале вводим: sudo su postgres -c psql postgres Появляется такое приглашение: postgres=# Вводим: ALTER USER postgres WITH PASSWORD 'password'; где вместо password указываем свой пароль. Идем Приложения Программирование и запускаем pgAdmin III]]></description>
			<content:encoded><![CDATA[<ol>
<li>Идем Система &gt; Администрирование &gt; Менеджер пакетов Synaptic</li>
<li>Устанавливаем следующие пакеты:<br />
<span id="more-233"></span></p>
<ul>
<li>postgresql</li>
<li>pgadmin3</li>
<li>python-psycopg2</li>
</ul>
</li>
<li> В терминале вводим:<br />
<code>sudo su postgres -c psql postgres</code><br />
Появляется такое приглашение:<br />
<code>postgres=# </code><br />
Вводим:<br />
<code>ALTER USER postgres WITH PASSWORD 'password';</code><br />
где вместо password указываем свой пароль.</li>
<li>Идем Приложения  Программирование и запускаем pgAdmin III</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://mamishev.ru/postgresql-install/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

