<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Bytes - answers</title>
		<link>http://bytes.com</link>
		<description>PostgreSQL ORDBMS database - Get answers to questions about PostgreSQL development, administration replication, clustering, connection pooling, tables, indexes, databases, performance, SQL, queries and more.</description>
		<language>en</language>
		<lastBuildDate>Fri, 20 Nov 2009 22:28:43 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://bytes.com/images/misc/rss.jpg</url>
			<title>Bytes - answers</title>
			<link>http://bytes.com</link>
		</image>
		<item>
			<title>Multiple instances of PostgreSQL on the same server?</title>
			<link>http://bytes.com/topic/postgresql/answers/877367-multiple-instances-postgresql-same-server</link>
			<pubDate>Fri, 20 Nov 2009 15:16:49 GMT</pubDate>
			<description>I need to compile PostgreSQL 8.3.5 on CentOS 4.2. The CentOS already has PostgreSQL 7 installed as part of its default installation. For some reason,...</description>
			<content:encoded><![CDATA[<div>I need to compile PostgreSQL 8.3.5 on CentOS 4.2. The CentOS already has PostgreSQL 7 installed as part of its default installation. For some reason, I cannot touch the existing PostgreSQL (upgrading, etc) --I really need to use my own compilation of PostgreSQL.<br />
<br />
Is it possible to have multiple installations of PostgreSQL (and different version too) on the same server?<br />
<br />
At least in theory, I should use a different port for my own PostgreSQL -- that's not a problem. I also need to use different database cluster, and that's not a problem either, since my data directory will be /usr/local/pgsql/data instead of /var/lib/pgsql/data.<br />
<br />
But again, is it possible to have two installations of PostgreSQL on the same server? Port and database cluster aside, what else should I consider? Could you share tips and warnings?</div>

]]></content:encoded>
			<category domain="http://bytes.com/topic/postgresql/answers/">answers</category>
			<dc:creator>Kreshna</dc:creator>
			<guid isPermaLink="true">http://bytes.com/topic/postgresql/answers/877367-multiple-instances-postgresql-same-server</guid>
		</item>
		<item>
			<title>What is a good approach to PostgreSQL database backups?</title>
			<link>http://bytes.com/topic/postgresql/answers/877141-what-good-approach-postgresql-database-backups</link>
			<pubDate>Tue, 17 Nov 2009 05:20:09 GMT</pubDate>
			<description>Hello, 
 
*What is a good approach to PostgreSQL backups?* (yep, a newbie) 
 
(The server crashed and IT was not able to bring it back from the...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
<b>What is a good approach to PostgreSQL backups?</b> (yep, a newbie)<br />
<br />
<i>(The server crashed and IT was not able to bring it back from the Acronis images - so rebuilding from scratch - ugh! - want to have a secondary system, that lesson is learnt!)</i><br />
<br />
Ideally, having the compressed backup that pgAdmin is able to do run on some sort of Task Scheduler would be ideal... but seemingly no functionality for this...<br />
<br />
So presumably write a DOS (sic) script to do a <u>pg_dump</u> once a week for every database and a <u>pg_dumpall</u> for the whole cluster (so I get the groups, roles, etc) say every month?? (to a separate network location)<br />
<br />
Is there a 'lessons learned' style documentation online that I can ingest?<br />
<br />
I was reading about Slony - but for the size of the database cluster (at least presently) it seems overkill? Or should I look at that?<br />
<br />
Thanks in advance for any pointers, documentation links, etc...<br />
<br />
Cheers:<br />
GREG...</div>

]]></content:encoded>
			<category domain="http://bytes.com/topic/postgresql/answers/">answers</category>
			<dc:creator>scubak1w1</dc:creator>
			<guid isPermaLink="true">http://bytes.com/topic/postgresql/answers/877141-what-good-approach-postgresql-database-backups</guid>
		</item>
		<item>
			<title><![CDATA[pgAdmin, Maintenance - "cannot open the logfile" ?]]></title>
			<link>http://bytes.com/topic/postgresql/answers/877139-pgadmin-maintenance-cannot-open-logfile</link>
			<pubDate>Tue, 17 Nov 2009 05:09:19 GMT</pubDate>
			<description><![CDATA[Hello, 
 
Did a search here, manuals and Googled, etc generally, so apologies if I did not find the answer to my issue - that is, I try and 'self...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
<i>Did a search here, manuals and Googled, etc generally, so apologies if I did not find the answer to my issue - that is, I try and 'self help' as mush as I can...</i><br />
<br />
I adjusted my <u>postgresql.conf</u> file to set as on 'explain_pretty_print'<br />
<br />
Now in pgAdmin (1.10.0) when I right-click a database in the 'usual' way, Maintenance, any of the tasks, its starts OK, but I get a dialogue box up every (seeming) operation that the Maintenance is doing &quot;<b>Fatal Error - Cannot open the logfile - OK</b>&quot;, click OK, it moves on - and then again, again, again... as you can imagine, clicking OK &gt;&gt;100 times is &quot;not efficient&quot;...   :-)<br />
<br />
I stopped the PostgreSQL service in <b>Windows Server 2008</b>, replaced the <u>postgresql.conf</u> file with the pre-change backup I made, restarted the Windows PostgreSQL service - same error<br />
<br />
Did a reboot of the server - same error<br />
<br />
Help! What is the log file it is referring to? How come it is not able to see it all of a sudden? I am (now) using the default <u>postgresql.conf</u> and so not verbose logs or some such... No permissions were changed in Windows - and no other changes were made in the PostgreSQL settings...<br />
<br />
The databases otherwise appear to be working fine (e.g., I have some web pages writing data to them via PHP, all seems good..)<br />
<br />
Thanks in advance...<br />
<br />
Cheers,<br />
GREG...</div>

]]></content:encoded>
			<category domain="http://bytes.com/topic/postgresql/answers/">answers</category>
			<dc:creator>scubak1w1</dc:creator>
			<guid isPermaLink="true">http://bytes.com/topic/postgresql/answers/877139-pgadmin-maintenance-cannot-open-logfile</guid>
		</item>
		<item>
			<title>pg_type</title>
			<link>http://bytes.com/topic/postgresql/answers/875957-pg_type</link>
			<pubDate>Fri, 23 Oct 2009 07:43:48 GMT</pubDate>
			<description>I want to see the type created for running a function. 
 
please tell me the query for this. 
 
i tried for : 
 
select * from pg_type where...</description>
			<content:encoded><![CDATA[<div>I want to see the type created for running a function.<br />
<br />
please tell me the query for this.<br />
<br />
i tried for :<br />
<br />
select * from pg_type where typname='  ';<br />
<br />
is it right or wrong. if wrong please send me the appropriate query.<br />
<br />
<br />
thank you</div>

]]></content:encoded>
			<category domain="http://bytes.com/topic/postgresql/answers/">answers</category>
			<dc:creator>jesmi</dc:creator>
			<guid isPermaLink="true">http://bytes.com/topic/postgresql/answers/875957-pg_type</guid>
		</item>
	</channel>
</rss>
