<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Postgres Plus Forums - Latest forum topics]]></title>
		<link>http://forums.enterprisedb.com/recentTopics/list.page</link>
		<description><![CDATA[The newest discussed topics in the entire board]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Syntax mistakes cause segfault errors on PPAS 9.1.2.2</title>
				<description><![CDATA[ Hi.<br /> <br /> This is my first post on the forum, so I hope I give enough detail regarding the problem.<br /> <br /> OS: Red Hat Enterprise Linux Server release 5.3 (Tikanga)<br /> DB: Postgres Plus Advanced Server 9.1.2.2<br /> <br /> When attempting to run a very simple transaction (calling a function), a simple syntax problem causes a signall 11 segfault problem.<br /> <br /> This is the query running correctly (I have taken out some client specific data and replaced it with [data]:<br /> test=# begin;<br /> BEGIN<br /> test=#  Select * from f_tg_locks_load_tbl('[data]', '[data]', '[data]');<br />  strschema |  strtbl   |       strtgschema<br /> -----------+-----------+--------------------------<br />  [data]     | [data] | [data]<br /> (1 row)<br /> <br /> test=# end;<br /> COMMIT<br /> <br /> If I run the exact same query, but omit the ; after the begin I get the following:<br /> test=# begin<br /> test$#  Select * from f_tg_locks_load_tbl('[data]', '[data]', '[data]');<br /> test$# end;<br /> The connection to the server was lost. Attempting reset: Failed.<br /> !&gt;<br /> !&gt;<br /> <br /> In the log file I get the following:<br /> LOG:  server process (PID 27592) was terminated by signal 11: Segmentation fault<br /> DETAIL:  Failed process was running: begin Select * from f_tg_locks_load_tbl('[data]', '[data]', '[data]'); end;<br /> LOG:  terminating any other active server processes<br /> WARNING:  terminating connection because of crash of another server process<br /> DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.<br /> HINT:  In a moment you should be able to reconnect to the database and repeat your command.<br /> WARNING:  terminating connection because of crash of another server process<br /> DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.<br /> <br /> <br /> If we test this on the free version (9.1.3) then we do receive a syntax error:<br /> ERROR: syntax error at or near "Select"<br /> LINE 2: Select * from f_tg_locks_load_tbl('[data]', '[data]', '...<br /> ^<br /> <br /> ********** Error **********<br /> ERROR: syntax error at or near "Select"<br /> SQL state: 42601<br /> Character: 9<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3216/12068.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3216/12068.page</link>
				<pubDate><![CDATA[Wed, 16 May 2012 04:56:48]]> GMT</pubDate>
				<author><![CDATA[ quintinhoare]]></author>
			</item>
			<item>
				<title>Is typehandlers in Ibatis supported by edb?Calling a storedProc(with table type OUT param)tru Ibatis</title>
				<description><![CDATA[ Hi,I am a newbie in edb.I am trying to migrate oracle to enterprise db.We used to use type handlers(of Ibatis) for handling the Table type out params in oracle.Please let me know the changes i should do to make it work with enterprise db. :?:<br /> Please let me know the equivalent of oracle jdbc classes like OracleTypes,ARRAY,STRUCT,ArrayDescriptor etc.<br /> ie the jdbc API for edb<br /> Please help :cry: :cry:<br /> thanks in advance,<br /> Njohny.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3215/12064.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3215/12064.page</link>
				<pubDate><![CDATA[Tue, 15 May 2012 05:46:44]]> GMT</pubDate>
				<author><![CDATA[ njohny]]></author>
			</item>
			<item>
				<title>Problem with stored functions with Out Parameter list</title>
				<description><![CDATA[ Hi, This is my first post on the forum. Hope, I'll get a resolution to my problem. <br /> <br /> We are in process of migration from Oracle 10g to Postgres9.1 Advance Server. The stored procedures/functions from Oracle have some parameters registered as Out parameters. Now, when we call it from Java, an exception thrown -: <br /> <br /> org.postgresql.util.PSQLException: Malformed function or procedure escape syntax at offset 9.<br /> <br /> The signature of Postgres Function is as :: <br /> sfblprdbilldate(IN p_billdate numeric, IN p_cutoffday numeric, IN p_billfreq character varying, IN p_givendate timestamp without time zone, OUT po_startdate timestamp without time zone, OUT po_end_date timestamp without time zone)<br /> <br /> Java code for calling this function is as follows :: <br /> <br />   strSql="{? = call(SFBLPRDBILLDATE(?,?,?,?,?,?))}"; <br /> <br />                    objCstmt = objConn.prepareCall(strSql); <br />                    objCstmt.registerOutParameter(1,Types.VARCHAR); <br />                    objCstmt.setInt(2,iBillDay); <br />                    objCstmt.setInt(3,iBillDay); <br />                    objCstmt.setString(4,strBillFrequency); <br />                    objCstmt.setDate(5,dtSysDate); <br />                    objCstmt.registerOutParameter(6,Types.DATE); <br />                    objCstmt.registerOutParameter(7,Types.DATE); <br />                    objCstmt.execute(); <br />                    strBillPeriod = objCstmt.getString(1); <br />                    dtStartDate   = objCstmt.getDate(6);<br /> <br /> Anybody, who has resolved this sort of issue, please help me as this is in numbers in our code and we are looking for a solutuin to this problem. <br /> <br /> Thanks <br /> Jony. ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3214/12060.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3214/12060.page</link>
				<pubDate><![CDATA[Tue, 15 May 2012 02:50:18]]> GMT</pubDate>
				<author><![CDATA[ jagdeeps]]></author>
			</item>
			<item>
				<title>IE8 Printing  </title>
				<description><![CDATA[ I am inserting the Data Matrix into web pages using the image tags. All runs well until I upgrade my IE7 to IE8 at the beginning of this month. The barcode did not show any more on IE, the location where should be a image is displayed as “X” now. What should I do?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3213/12043.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3213/12043.page</link>
				<pubDate><![CDATA[Sun, 13 May 2012 21:57:56]]> GMT</pubDate>
				<author><![CDATA[ marshall-9]]></author>
			</item>
			<item>
				<title>Create a self contained postgres distribution</title>
				<description><![CDATA[ What I am trying to achieve is creating a zip / tar.gz file with potgresql with all its inter-dependencies and then at buidl time download and extract the zip / tar.gz<br /> [running as the user which instantiated the build], start the server, set up a user, pass & database, run my tests, stop the server then remove the installation.<br /> <br /> The problem I am facing is running the installer does some fancy stuff I don't need [or want scattered around my system] for example the /etc/init.d scripts I don't need or want left over, the /etc/postgres-reg.ini I dont need or want.<br /> <br /> I also found that dusinr installation via installer whilst executing ./postgresql-9.1.3-1-linux-x64.run --mode=unattended --optionfile<br /> where the option file has the following entries:<br /> debuglevel=4<br /> installer-language=en<br /> servicename=postgres-9.1<br /> serviceaccount=myuser<br /> create_shortcuts=0<br /> prefix=mydir<br /> datadir=mydatadir<br /> superpassword=manager<br /> serverport=5432<br /> <br /> Have you any recommendations how to go about and do the above.<br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3212/12040.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3212/12040.page</link>
				<pubDate><![CDATA[Sun, 13 May 2012 14:12:01]]> GMT</pubDate>
				<author><![CDATA[ hagzag]]></author>
			</item>
			<item>
				<title>error acquiring Payload</title>
				<description><![CDATA[ Hello,<br /> <br /> Following error while scaling cluster up : error acquiring Payload(path=/opt/PostgresPlus/CloudDB/data/replication.crt]):No such file (attached).<br /> The events are :<br /> [code]<br /> Node i-615beb07 is Shutting Down<br /> Terminating<br /> Replica addition: configuring certificates.<br /> Replica addition: copying data.<br /> Adding disks to replica i-615beb07<br /> Adding Replica i-615beb07<br /> Connecting [10.86.207.247]<br /> Initializing Replica<br /> Addition of replica to cluster XXX started.<br /> [/code]<br /> <br /> Any ideas ?<br /> Thank you in advance.<br /> <br /> Aleksandar]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3211/12023.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3211/12023.page</link>
				<pubDate><![CDATA[Fri, 11 May 2012 09:45:49]]> GMT</pubDate>
				<author><![CDATA[ lz1asl]]></author>
			</item>
			<item>
				<title>Problem witch User system account </title>
				<description><![CDATA[ Hello Everyone, I have a problem with the installation of 'Make' of Enterprise Postgres SQL DB vers. 9.1.<br /> Once I installed Postgres (and during installation insert the password for the database / system), when I go to the setup of 'Make' give me the following error: JDBC CONNECTION ERROR (error conneting: jdbc: edb :/ / postgres : 5444/edb-as EnterpriseDB / mypassword<br /> Can anyone give me a help to solve this problem?<br /> I insert the password I created for the user EnterpriseDB, there is a default password to a user's system?<br /> Post a print screen of the error.<br /> <br /> thanks]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3210/12022.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3210/12022.page</link>
				<pubDate><![CDATA[Fri, 11 May 2012 09:33:44]]> GMT</pubDate>
				<author><![CDATA[ Domenico]]></author>
			</item>
			<item>
				<title>Problem creating slony replication</title>
				<description><![CDATA[ Hi.<br /> <br /> I'm installing a slony replication system from [i]How to Set Up Slony-I Replication for Postgres Plus(R)[/i] tutorial. This is my system:<br /> <br />   -Master (PPAS 9.1, CentOS 6.2)<br />   -Slave (PPAS 9.1 Windows Server 2003 R2 Standard Edition)<br /> <br /> I follow all steps, but when I try to create Slony service in slave node (Step 9 from tutorial) I get the following error:<br /> <br /> "Failed to create service: 1057"<br /> <br /> I run system simbol with Admin user<br /> <br /> Thanks in advance,<br /> Marcos]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3209/12019.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3209/12019.page</link>
				<pubDate><![CDATA[Fri, 11 May 2012 07:45:51]]> GMT</pubDate>
				<author><![CDATA[ marcos.rodriguez]]></author>
			</item>
			<item>
				<title>Cluster high load unexpected</title>
				<description><![CDATA[ The Enterprise Cloud DB Monitoring Console shows high cluster load (see attachment). The actual load on the system that connects to the system was none. I have checked all of the openned DB connections and all were idle. No backups were active.<br /> The load can go up and stay high, can someone suggest how to investigate futher ?<br /> <br /> Best Regards,<br /> Aleksandar]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3208/12018.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3208/12018.page</link>
				<pubDate><![CDATA[Fri, 11 May 2012 07:41:27]]> GMT</pubDate>
				<author><![CDATA[ lz1asl]]></author>
			</item>
			<item>
				<title>Too many addresses allocated</title>
				<description><![CDATA[ The attached error when trying to clone or scale up a cluster :<br /> <br /> Any ideas ?<br /> <br /> Thank You,<br /> Aleksandar]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3207/12017.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3207/12017.page</link>
				<pubDate><![CDATA[Fri, 11 May 2012 07:35:06]]> GMT</pubDate>
				<author><![CDATA[ lz1asl]]></author>
			</item>
			<item>
				<title>Installing pgAgent on Mac OS X 10.6.8 VM renames account as pgAgent</title>
				<description><![CDATA[ We've been installing PostgreSQL 8.4.11 on a Mac OS X computer running 10.6.8 under VMware Fusion.  We used Stackbuider to download and install pgAgent.  When pgAgent is installed, it is renaming the account that we are logged in under as pgAgent, and is changing the home folder of the account to the pgAgent folder in /Library/PostgreSQL/.  It does not rename the home folder of the account that it renames.<br /> <br /> 1.  Have you seen this or similar behaviour before?  <br /> 2. If so, is it a problem in the OS or in the pgAgent installer?<br /> <br /> Any advice is sincerely welcomed!<br /> <br /> Regards, David]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3206/12015.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3206/12015.page</link>
				<pubDate><![CDATA[Fri, 11 May 2012 02:40:47]]> GMT</pubDate>
				<author><![CDATA[ david.blaymires]]></author>
			</item>
			<item>
				<title>How to fix Replica with Yellow Alert </title>
				<description><![CDATA[ Hi <br /> <br /> Upon initializing the may 2 replica Cluster | Server has yellow alert and Connection is 0. How to fix that?<br /> <br /> Please help! Thanks!]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3205/12009.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3205/12009.page</link>
				<pubDate><![CDATA[Thu, 10 May 2012 05:31:39]]> GMT</pubDate>
				<author><![CDATA[ db_architech28]]></author>
			</item>
			<item>
				<title>EDB Cloud Console not accessible https://aws-us-east-1b.theclouddatabase.com/ </title>
				<description><![CDATA[ Hi <br /> <br /> Got hitting this problem unable to access the console <a class="snap_shots" href="https://aws-us-east-1b.theclouddatabase.com/." target="_blank" rel="nofollow">https://aws-us-east-1b.theclouddatabase.com/.</a> <br /> <br /> Thanks for the help! ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3204/12008.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3204/12008.page</link>
				<pubDate><![CDATA[Thu, 10 May 2012 05:29:31]]> GMT</pubDate>
				<author><![CDATA[ db_architech28]]></author>
			</item>
			<item>
				<title>Free Trial 72 Hours</title>
				<description><![CDATA[ Hi EDB Team,<br /> <br /> What happened to trial version with 72 hours allotment? I just got 24 only? this is very limited. Im just trying to do some testing before we proceed on final testing. <br /> <br /> Thanks in advance!]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3203/12007.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3203/12007.page</link>
				<pubDate><![CDATA[Thu, 10 May 2012 05:27:44]]> GMT</pubDate>
				<author><![CDATA[ db_architech28]]></author>
			</item>
			<item>
				<title>validateuser.exe fails when installing in unattended mode</title>
				<description><![CDATA[ Hi,<br /> <br /> I'm testing the installer, but I got stuck at this point and can't figure out what's happening:<br /> <br /> I create the properties file and launch this command line:<br /> <br /> [i]postgresql-9.1.3-1-windows.exe --optionfile optionsfile.txt[/i]<br /> <br /> And suddently there's a window with this message: [i]...\validateuser.exe "." "postgres" "****": Program ended with an error code[/i]<br /> <br /> The contents of the options file are these:<br /> [i]mode=unattended<br /> unattendedmodeui=minimal<br /> prefix=C:\Program Files\myAppDB<br /> datadir=d:\testPSQL<br /> servicename=MyApp-Database<br /> serverport=5555<br /> create_shortcuts=0[/i]<br /> <br /> Any clues of what can be happening?<br /> <br /> Thanks<br /> <br />  Carlos<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3199/11989.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3199/11989.page</link>
				<pubDate><![CDATA[Thu, 3 May 2012 11:53:20]]> GMT</pubDate>
				<author><![CDATA[ cdelgado]]></author>
			</item>
			<item>
				<title>What happened with options of the the silent install? - SOLVED</title>
				<description><![CDATA[ Hi,<br /> <br /> I was hoping I could use this to embed the installation in my own application´s installer: <a class="snap_shots" href="http://pginstaller.projects.postgresql.org/silent.html" target="_blank" rel="nofollow">http://pginstaller.projects.postgresql.org/silent.html</a><br /> <br /> But it seems pretty old and just for Windows (I need it for Mac OS too)<br /> <br /> What I really liked is the huge range of options that you can set there. Is there any way I can rename the service with the one-click instalator?<br /> <br /> Is there a complete list of available options?<br /> <br /> One more thing: it would be really useful if you write small examples on how to call the one-click installer from programming languages, like from Java (best way of invoking it, handling errores, variables...)<br /> <br /> Thanks so mucho for this work.<br /> <br /> Carlos]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3198/11987.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3198/11987.page</link>
				<pubDate><![CDATA[Thu, 3 May 2012 10:25:48]]> GMT</pubDate>
				<author><![CDATA[ cdelgado]]></author>
			</item>
			<item>
				<title>Replication from SQL 2008 to PostGres 9.1</title>
				<description><![CDATA[ I am trying to set this up via xdbreplication. When I try to create the subscription it fails with a syntax error in the create table syntax. I am able to create the table manually on the subscriber (Postgres). Is it possible to use that table to set up my subscription. If yes can you please guide me in the right direction.<br /> <br /> Thanks.<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3197/11984.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3197/11984.page</link>
				<pubDate><![CDATA[Tue, 1 May 2012 17:54:22]]> GMT</pubDate>
				<author><![CDATA[ pshere]]></author>
			</item>
			<item>
				<title>Backup of cluster failed</title>
				<description><![CDATA[ Hello,<br /> <br /> In the Cloud Database console, in the events I see the following messages every day: <br /> <br /> 31122 Tue May 01 01:45:21 EDT 2012 Backup of cluster ngbeta2 started.<br /> 31123 Tue May 01 01:45:21 EDT 2012 Backup in progress<br /> 31124 Tue May 01 01:45:27 EDT 2012 A backup is alerady in progress.<br /> 31125 Tue May 01 01:45:27 EDT 2012 Backup of cluster ngbeta2 failed.<br /> <br /> So, backup doesn't work. Could you tell me please what should I check to find the problem ? I don't see how I can change the configuration of the backup.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3196/11981.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3196/11981.page</link>
				<pubDate><![CDATA[Tue, 1 May 2012 15:59:19]]> GMT</pubDate>
				<author><![CDATA[ schevelev]]></author>
			</item>
			<item>
				<title>Cloud Database availability in Asia</title>
				<description><![CDATA[ What is the time frame for Cloud Database in the Tokyo & Singapore regions?<br /> <br /> <br /> Thanks,<br /> <br /> <br /> James]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3195/11980.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3195/11980.page</link>
				<pubDate><![CDATA[Tue, 1 May 2012 10:52:07]]> GMT</pubDate>
				<author><![CDATA[ james_m]]></author>
			</item>
			<item>
				<title>Password Constraints and Length Requirements</title>
				<description><![CDATA[ Can anyone point me to documentation on EnterpriseDB Advanced Server password constraints and min/max length requirements.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3194/11963.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3194/11963.page</link>
				<pubDate><![CDATA[Tue, 24 Apr 2012 11:59:00]]> GMT</pubDate>
				<author><![CDATA[ David_P]]></author>
			</item>
			<item>
				<title>Install PostgreSQL on Windows via command line</title>
				<description><![CDATA[ Hi,<br /> up until EnterpriseDB took over the Windows package of PostgreSQL we were able to launch a batch file containing all the options to install PostgreSQL skipping all the steps.<br /> <br /> We used something like<br /> [code]msiexec /i postgresql-8.1-int.msi /qr INTERNALLAUNCH=1 ADDLOCAL=server,nls,psql,pgadmin SERVICEDOMAIN="%COMPUTERNAME%" SERVICEACCOUNT="postgres" SERVICEPASSWORD="password" CREATESERVICEUSER=1 SUPERPASSWORD="pass" LOCALE="en_EN"[/code]<br /> <br /> Is it possible to do the same with this new installer? And if now, can we have it back?<br /> <br /> Thanks.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3193/11956.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3193/11956.page</link>
				<pubDate><![CDATA[Mon, 23 Apr 2012 07:35:51]]> GMT</pubDate>
				<author><![CDATA[ desrocchi]]></author>
			</item>
			<item>
				<title>How to change the position of a column in a table</title>
				<description><![CDATA[ Hi All,<br /> <br /> <br /> after adding a column to a table by using alter command, if i want change the position of that newly added column what i need to do.<br /> <br /> <br /> Thanks & Regards,<br /> Srinivas Davuluri]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3192/11948.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3192/11948.page</link>
				<pubDate><![CDATA[Mon, 23 Apr 2012 02:50:57]]> GMT</pubDate>
				<author><![CDATA[ vas3255]]></author>
			</item>
			<item>
				<title>Feature request: add an option to specify pg_xlog directory location</title>
				<description><![CDATA[ Hi,<br /> <br /> currently the one click installer has an option to specify the data directory location.<br /> It would be nice to have another option to specify the pg_xlog directory location. <br /> My understanding is that this is just a matter of creating a symlink (which are now supported on recent windows versions) on &lt;data/pg_xlog&gt; directory pointing to the proper location and set up the proper permissions on the real location.<br /> Is this correct or am I missing something obvious?<br /> <br /> Regards<br /> <br /> Juan Martinez]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3191/11946.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3191/11946.page</link>
				<pubDate><![CDATA[Sat, 21 Apr 2012 09:09:50]]> GMT</pubDate>
				<author><![CDATA[ Juan_M]]></author>
			</item>
			<item>
				<title>Service Stop and Start PostgreSQL</title>
				<description><![CDATA[ I installed PostgreSQL version 9.1 Mac OS (<a class="snap_shots" href="http://www.postgresql.org/download/macosx/" target="_blank" rel="nofollow">http://www.postgresql.org/download/macosx/</a>). How do I enable a service to stop and start the database?<br /> <br /> Regards,<br /> Julio Cesar]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3190/11944.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3190/11944.page</link>
				<pubDate><![CDATA[Fri, 20 Apr 2012 19:33:51]]> GMT</pubDate>
				<author><![CDATA[ Julio+Cesar_Martini]]></author>
			</item>
			<item>
				<title>Cloud xdb rep server and xdb replication console</title>
				<description><![CDATA[ hi,<br /> <br /> i have a subscrition of Postgres Plus Cloud. My server is a postgres plus 9.1...so, the server have xdb rep server how i can download xdb replication console??]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3189/11938.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3189/11938.page</link>
				<pubDate><![CDATA[Fri, 20 Apr 2012 09:56:29]]> GMT</pubDate>
				<author><![CDATA[ stefhan]]></author>
			</item>
	</channel>
</rss>
