<?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>Trouble connecting on LB Port</title>
				<description><![CDATA[ I can connect fine to each of my DB instances (on DB port) but having issues connecting on LB port.<br /> <br /> I receive the following each time:<br /> <br /> [code]psql: ERROR:  "MD5" authentication with pgpool failed for user "..."[/code]<br /> <br /> I've looked at "[i]Connecting to a Cloud Database Cluster[/i]" ([url]http://www.enterprisedb.com/docs/en/9.0/conncloud/Tutorial_Connecting_to_a_Cloud_Database_Cluster.htm[/url]) and the FAQs ([url]http://www.enterprisedb.com/products-services-training/products-overview/postgres-plus-cloud-database-faqs[/url])hoping for an answer but I can't find any.<br /> <br /> What am I missing here? Am I supposed to configure pg_pool myself?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3066/11438.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3066/11438.page</link>
				<pubDate><![CDATA[Wed, 8 Feb 2012 18:44:03]]> GMT</pubDate>
				<author><![CDATA[ ddossot]]></author>
			</item>
			<item>
				<title>row is too big</title>
				<description><![CDATA[ I try to use EDB to move from Oracle to PostgresPlus AS and got error"row is too big: size 26068, maximum size 8164" when I am trying to load Oracle's package into DB.<br /> <br /> SQL&gt; @business_pkg.pkb<br /> ERROR near line 1:<br /> row is too big: size 26068, maximum size 8164<br /> <br /> SQL&gt; select version;<br /> <br /> VERSION                                           <br /> --------------------------------------------------<br /> EnterpriseDB 9.0.5.18 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50), 32-bit                                       <br /> <br /> &gt; cat /etc/redhat-release <br /> CentOS release 5.7 (Final)<br /> <br /> &gt; ls -l *.pkb<br /> 141217 business_pkg.pkb<br /> <br /> What is a source of problem and how to solve it?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3065/11437.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3065/11437.page</link>
				<pubDate><![CDATA[Wed, 8 Feb 2012 03:07:21]]> GMT</pubDate>
				<author><![CDATA[ aburmakov]]></author>
			</item>
			<item>
				<title>How to configure a Postgres Enterprise Manager Server on Postgres Plus Cloud Database</title>
				<description><![CDATA[ Vibhor Kumar has written a tutorial here:  [url]https://vibhorkumar.wordpress.com/2012/02/06/configure-pem-server-on-postgres-plus-cloud/[/url]]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3064/11433.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3064/11433.page</link>
				<pubDate><![CDATA[Tue, 7 Feb 2012 13:25:16]]> GMT</pubDate>
				<author><![CDATA[ Gary_C]]></author>
			</item>
			<item>
				<title>SSPI - POSTGRES 9.1 64BITS- WINDOWS 7 64BITS -odbc -vb6</title>
				<description><![CDATA[ SSPI does not work, I get error<br /> The multi-step operation generated errors OLEDB, check the status values ​​OLEDB, if possible.<br /> We did not perform any work<br /> <br /> Any ideas, I'm testing on my development machine, install kerberos?, I must add something to the connection string?<br /> thanks<br /> regards]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3063/11429.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3063/11429.page</link>
				<pubDate><![CDATA[Sat, 4 Feb 2012 15:11:59]]> GMT</pubDate>
				<author><![CDATA[ jesus_l]]></author>
			</item>
			<item>
				<title>Oracle Compatibility - tables and columns in quotes</title>
				<description><![CDATA[ In Oracle the table "TABLENAME" is the same as TABLENAME without the quotes, so in some of our application select statements the table name is referenced with quotes and other cases without quotes because in Oracle, they are the same. So when I run a query on Postgres Advanced Server in Oracle Compatibility mode referencing TABLENAME, it is different than "TABLENAME". I am trying out Postgres Advanced Server to see if it will work for us and this is the major problem that I have encountered. Is there an easy way around this behavior? Is there a parameter to change it to work like Oracle? The same thing happens with column names.<br /> <br /> Thanks in advance for any suggestions.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3062/11428.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3062/11428.page</link>
				<pubDate><![CDATA[Fri, 3 Feb 2012 00:57:12]]> GMT</pubDate>
				<author><![CDATA[ Timv256]]></author>
			</item>
			<item>
				<title>Error insert</title>
				<description><![CDATA[ i have problem while insert data in the table.<br /> i have function to copy data between 2 table, like table A to table B. but when i am run this function, data table B not match with table A. <br /> example, i have record in table A with value 1.73 but value will change in table B to 2.00, why? i have used round function to get this record but is not work.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3061/11421.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3061/11421.page</link>
				<pubDate><![CDATA[Thu, 2 Feb 2012 05:25:41]]> GMT</pubDate>
				<author><![CDATA[ hariszie]]></author>
			</item>
			<item>
				<title>OpenSSL in StackBuilder</title>
				<description><![CDATA[ StackBuider does not provide OpenSSL.<br /> <br /> <br /> While providing a lot of things not directly related to PostgreSQL (i think in web apps), StackBuider does not provide a core functionnality  as OpenSSL.<br /> <br /> <br /> After some diffculties in finding openssl for Windows, I installed it manually following PostgreSQL web site docs :<br /> <a class="snap_shots" href="http://www.postgresql.org/docs/8.4/static/ssl-tcp.html" target="_blank" rel="nofollow">http://www.postgresql.org/docs/8.4/static/ssl-tcp.html</a><br /> <br /> <br /> If someone could add OpenSSL in StackBuider  it would be great.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3060/11407.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3060/11407.page</link>
				<pubDate><![CDATA[Thu, 2 Feb 2012 03:08:55]]> GMT</pubDate>
				<author><![CDATA[ aaaaaaaaaa_aaaaaaa_3]]></author>
			</item>
			<item>
				<title>create tablespace fails with a notice of truncation</title>
				<description><![CDATA[ I am using a shell script to create a default database. I would like to create a tablespace in the "application support" directory on Mac OS X 10.7.<br /> <br /> The script is as follows:<br /> <br /> [code]PGDATADIR="$HOME/Library/Application Support/MyCompanyDIR/MyAppName/data"<br /> mkdir "$PGDATADIR"<br /> chown -R postgres:daemon "$PGDATADIR"<br /> chmod -R 700 "$PGDATADIR"<br /> psql postgres -U postgres &lt;&lt; EOF<br /> CREATE TABLESPACE "MyAppTS" OWNER master_user LOCATION '$PGDATADIR';<br /> EOF[/code]<br /> <br /> This results in an error message in log: <br /> [quote]NOTICE: identifier "/Users/username/Library/Application Support/MyCompanyDIR/MyAppName/data" will be truncated to "/Users/username/Library/Application Support/MyCompanyDIR/MyAppNa"[/quote]<br /> <br /> I have not encountered this before. What does it mean? How do I resolve it?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3059/11405.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3059/11405.page</link>
				<pubDate><![CDATA[Wed, 1 Feb 2012 15:33:00]]> GMT</pubDate>
				<author><![CDATA[ Mark_Phillips]]></author>
			</item>
			<item>
				<title>pgAgent Job Schedulling</title>
				<description><![CDATA[                      I am trying to schedule the backup process of  one of my database on my local machine for demo purpose.I tried somewhat all the possible solution that i found on Internet but hardly any of them solved the problem might be there is something that I am missing,so kindly provide me with the guidance regarding the job scheduling on pg Admin using pg Agent also provide me with step to step guide if possible for all the stated problem.Also I like to mention that I want to do this thing with the help of a batch file which is working fine when executed directly from cmd.Also the pg Agent service working fine.<br /> <br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3058/11398.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3058/11398.page</link>
				<pubDate><![CDATA[Wed, 1 Feb 2012 05:40:03]]> GMT</pubDate>
				<author><![CDATA[ sviyer]]></author>
			</item>
			<item>
				<title>EC2 Security Group : Too many ports open to public</title>
				<description><![CDATA[ I saw in EC2 security groups that too many ports are open for 0.0.0.0/0 .  Following ports are understandable : [b]5432 [/b], [b]22[/b], [b]9999 [/b]. However the rest should be locked down.<br /> <br /> In addition,  it will be great if we can specify our own security groups. Basically , we want to restrict all public access to our database servers. In that case we can use security group for "Application Server" and add it to database server and instead of using public IP , we use  public DNS (e.g : ec2-23-21-197-80.compute-1.amazonaws.com).  Beauty of using this is <br /> <br /> 1.  The public DNS resolves to private IP , if connected from EC2 instance.<br /> 2. With private IP , we can use security group for Application Server.<br /> 3. No data transfer cost if transferred using private IP in same region.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3057/11397.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3057/11397.page</link>
				<pubDate><![CDATA[Wed, 1 Feb 2012 00:40:34]]> GMT</pubDate>
				<author><![CDATA[ smpublisheradmin]]></author>
			</item>
			<item>
				<title>How to start migration to cloud?</title>
				<description><![CDATA[ Hi EDB Team,<br /> Our team come up to the idea of trying the Postgres Plus Cloud Database, we want to move our existing edb and postgres databases from different cluster server going to cloud. The challenges after migrating all our databases what is the next thing to do, we have no idea how it can be possible. We need to know if we are the one who’ll create instances. Next, are we going to install edb again in our cloud server? Or we just need to migrate our databases with no configuration needed in cloud? Can we have clear explanation or step by step procedure? Hoping  for your favorable response. Thank  you. <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3056/11393.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3056/11393.page</link>
				<pubDate><![CDATA[Tue, 31 Jan 2012 04:42:55]]> GMT</pubDate>
				<author><![CDATA[ kholet]]></author>
			</item>
			<item>
				<title>Mac OS X Lion (10.7) -- What's the current status with the installer?</title>
				<description><![CDATA[ What's the current status? <br /> What issues should I know about?<br /> <br /> ----|  Other discussions  |----------<br /> <br /> I've not seen any recent threads about using the One-Click installer for Postgres 9.1.2 on Mac OS X 10.7.2 (Lion). <br /> <br /> I found this one recent thread:<br /> <a class="snap_shots" href="http://forums.enterprisedb.com/posts/list/3030.page#11342" target="_blank" rel="nofollow">http://forums.enterprisedb.com/posts/list/3030.page#11342</a><br /> But it discussed memory allotments, but not Lion-specific issues.<br /> <br /> There are older threads in these forums from last year, but they seem to deal with prior versions of Postgres or Lion. Likewise for the Google hits I've seen so far.<br /> <br /> ----|  Version  |----------<br /> <br /> I see Apple is bundling Postgres 9.0.4 with Lion 10.7.2. <br /> <br /> I'm talking about the regular client/desktop-edition of Lion, not the Server edition.<br /> <br /> And I am focused on a "clean install" of Lion, not upgrading Snow Leopard where Postgres was already installed.<br /> <br /> ----|  Users  |----------<br /> <br /> Apple seems to have created a Unix user and group both named "_postgres". In contrast, the One-Click Installer creates a user named "postgres" (without underscore). <br /> <br /> One difference I noticed after using One-Click Installer is that when starting the Mac, the "postgres" user is now offered as another Mac user. But of course it is not a full-fledged Mac (GUI) user; trying to login at startup fails. So this user's appearance at startup is a non-issue, I assume.<br /> <br /> ----|  Processes  |----------<br /> <br /> There seem to be no Postgres-related processes running by default, as seen in the "Activity Monitor" app while specifying "All Processes".<br /> <br /> Does anybody know if the Apple-supplied Postgres is ever launched later, after startup? If so, at the very least a port-listening collision would occur. Why did Apple choose to bundle Postgres in the client/desktop edition? Is it used by any utilities? <br /> <br /> ----|  Unknowns  |----------<br /> <br /> I tried the current installer on a throw-away installation of Lion. All seemed well. The pgAdmin app works, and I used it to create a new database.<br /> <br /> I would like to install Postgres 9.1.2 on my real development Mac. So I am asking what issues or problems with Lion I should expect.<br /> <br /> If there are any release notes for either the Installer or Postgres that discuss Lion issues, please refer me. I've not found any.<br /> <br /> --Basil Bourque]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3055/11388.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3055/11388.page</link>
				<pubDate><![CDATA[Sun, 29 Jan 2012 04:13:50]]> GMT</pubDate>
				<author><![CDATA[ Basil_Bourque]]></author>
			</item>
			<item>
				<title>Problems whith choosing the region </title>
				<description><![CDATA[ Hi.<br /> I'm using Cloud Database-as-a-Service. But i have problem. All my instances situated at Ireland. When i create DB Cluster throught <a class="snap_shots" href="http://107.21.232.98:8080/" target="_blank" rel="nofollow">http://107.21.232.98:8080/</a> i can't choose Ireland region.<br /> What should i do to create cloud database at ireland Region??<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3054/11387.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3054/11387.page</link>
				<pubDate><![CDATA[Sat, 28 Jan 2012 14:35:10]]> GMT</pubDate>
				<author><![CDATA[ BigTorba]]></author>
			</item>
			<item>
				<title>Selecting changed rows via xmin?</title>
				<description><![CDATA[ I want to identify changed rows in a table(for an ETL feed), and pull a list every 5-15 minutes or so.  I don't care whether the operation was insert or update (obviously, a deleted row won't be visible even if it hasn't been vacuumed yet).  We can't change the schema of this system, so adding triggers is not really an option.  Would it work reliably to do it via the xmin system column? Here's what I have in mind:<br /> <br /> 1) select max(xmin::text::bigint) from some_table;<br /> 2) store it as prior_xmin.<br /> 3) sleep for 5 mins<br /> 4) select *  from some_table where xmin::text::bigint &gt; prior_xmin;<br /> <br /> I've tried this manually, and it seems to work well (except the queries aren't exactly fast since xmin isn't indexible...however, I can live with that...it's still quicker than selecting every row from the table).  I don't care if I get a few too many rows (they will be MERGE'd/upserted at the target), so as long as I don't miss any changed rows I'm good.  As I understand it, xmin will always increment up, until at some point it wraps around.  (We'd probably just have to reload all rows into the DW at that point and start the "counter" over...however, I can live with that also...we're reloading EVERY row EVERY night right now, so almost anything is better, even if it isn't perfect.)<br /> <br /> We're on 8.3/8.4.  Is this a reliable approach, ignoring the eventual wrap-around caveat that I mentioned above?<br /> <br /> TIA!<br /> Dave]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3053/11386.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3053/11386.page</link>
				<pubDate><![CDATA[Fri, 27 Jan 2012 19:31:43]]> GMT</pubDate>
				<author><![CDATA[ davesisk]]></author>
			</item>
			<item>
				<title>Silent installation on Windows</title>
				<description><![CDATA[ Is it possible to do a silent installation on Windows using the one click installers? If so, can you point me to the documentation on this topic?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3052/11385.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3052/11385.page</link>
				<pubDate><![CDATA[Fri, 27 Jan 2012 15:32:19]]> GMT</pubDate>
				<author><![CDATA[ Alan_Cordner]]></author>
			</item>
			<item>
				<title>Postgres Plus Cloud DB Live Twitter Chat</title>
				<description><![CDATA[ We're seeing a lot of good questions regarding the Postgres Plus Cloud Database on this forum, so I wanted to take the time to let you know that on Monday, January 30th at 10am PT, EVP of products and engineering Karen Padir will be answering your Postgres Plus Cloud Database Questions!<br /> <br /> Join us and follow the chat using hashtag #CloudDB. We hope to see you there!<br /> <br /> <a class="snap_shots" href="http://www.twitter.com/EnterpriseDB" target="_blank" rel="nofollow">http://www.twitter.com/EnterpriseDB</a>]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3051/11383.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3051/11383.page</link>
				<pubDate><![CDATA[Fri, 27 Jan 2012 13:04:45]]> GMT</pubDate>
				<author><![CDATA[ paulina_lp]]></author>
			</item>
			<item>
				<title>EnterpriseDB Releases Postgres Plus Cloud Database for General Availability</title>
				<description><![CDATA[ For instructions on how to get started please visit:  <a class="snap_shots" href="http://cloud.enterprisedb.com" target="_blank" rel="nofollow">http://cloud.enterprisedb.com</a><br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3050/11376.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3050/11376.page</link>
				<pubDate><![CDATA[Thu, 26 Jan 2012 10:38:37]]> GMT</pubDate>
				<author><![CDATA[ Gary_C]]></author>
			</item>
			<item>
				<title>Resizing a varchar column of large database table</title>
				<description><![CDATA[ I am looking to resize a column in an existing database table with &gt; 120 million rows using the following approach ( {} are params ):<br /> <br /> UPDATE pg_attribute SET atttypmod = {DesiredLength}+4<br /> WHERE attrelid = {TableName}::regclass<br /> AND attname = {ColName}<br /> <br /> Does anyone see an issue with this approach?  This would be much easier for me than creating a new column, copying data, deleting the old, and renaming the new.<br /> <br /> Thanks in advance.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3049/11370.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3049/11370.page</link>
				<pubDate><![CDATA[Wed, 25 Jan 2012 17:24:01]]> GMT</pubDate>
				<author><![CDATA[ atcr206]]></author>
			</item>
			<item>
				<title>Outstanding Issues</title>
				<description><![CDATA[ Seems from reading the forum a number of questions/features remain [i]outstanding[/i] possibly preventing people using the Cloud product in a Production environment.<br /> <br /> 1. EBS: users want faster striped RAIDed EBS options under their LVM control (or build option).<br /> 2. Cache: offer existing Postgres cache (or AWS Elastic cache) from the go.<br /> 3. Encryption: beyond encryption in transit (SSL), securing the data at rest is important to some - please instruct how to.<br /> <br /> In summary, great start and a [u]great initiative[/u] - more answers and options are maybe required before this moves seriously into Production.<br /> <br /> Are you able to provide answers to the above?<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3048/11369.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3048/11369.page</link>
				<pubDate><![CDATA[Wed, 25 Jan 2012 16:48:43]]> GMT</pubDate>
				<author><![CDATA[ gortonsm]]></author>
			</item>
			<item>
				<title>EC2 version update, not really out of Beta?</title>
				<description><![CDATA[ Very eager to use your product, but bugs have prevented us from using this in production.<br /> <br /> You came out of Beta, but no new version for EC2? When can we expect the updated version for the EC2 version of the console? <br /> <br /> Thanks,]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3047/11368.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3047/11368.page</link>
				<pubDate><![CDATA[Wed, 25 Jan 2012 16:33:27]]> GMT</pubDate>
				<author><![CDATA[ ionearth]]></author>
			</item>
			<item>
				<title>Cant seem to be able to download postgresql installer</title>
				<description><![CDATA[ I cant seem to download postgresql windows x64.  Every time i click on it i just get transferred to a different page.  Ive tried it with chrome and ie and nothing<br /> I selected version 9.1.2-1.  Ive tried all of them and nothing.<br /> <br /> <a class="snap_shots" href="http://www.enterprisedb.com/products-services-training/pgdownload" target="_blank" rel="nofollow">http://www.enterprisedb.com/products-services-training/pgdownload</a><br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3046/11365.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3046/11365.page</link>
				<pubDate><![CDATA[Tue, 24 Jan 2012 11:09:13]]> GMT</pubDate>
				<author><![CDATA[ adviner]]></author>
			</item>
			<item>
				<title>Installer adds local-user on windows client while passing a domain-user</title>
				<description><![CDATA[ Why does the one-click-installer (tried with postgresql-8.4.xx-windows.exe) create a local user (default postgres) even if the user exists in the windows domain?<br /> I wanna install postgreSQL on Windows XP clients running the service under a domain-user with the one-click-installer in silent mode.<br /> Parameters for the installer: --serviceaccount [domain]\[userid] --servicepassword defaultpw ... ans some others.<br /> How can I prevent the creation of the local user? The only way i found is to delete the user after installation (net user xxx /del).<br /> Is there a higher risk to run under domain-users?<br /> Thanks for your answers,<br /> Voik]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3045/11361.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3045/11361.page</link>
				<pubDate><![CDATA[Mon, 23 Jan 2012 17:29:15]]> GMT</pubDate>
				<author><![CDATA[ voik_e]]></author>
			</item>
			<item>
				<title>Error creating plperl langauge with ppas-9.1</title>
				<description><![CDATA[ <br /> I am using Linux. I tried 9.0, and 9.1, get the following error:<br /> <br /> <br /> createlang: language installation failed: ERROR:  could not load library "/opt/PostgresPlus/9.1AS/lib/plperl.so": /opt/PostgresPlus/9.1AS/lib/plperl.so: undefined symbol: Perl_Iincgv_ptr<br /> <br /> How do I fix? Can I build plperl for ppas-9.1.1.0 or is it binary only?<br /> <br /> Thanks.<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3044/11354.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3044/11354.page</link>
				<pubDate><![CDATA[Sun, 22 Jan 2012 23:16:11]]> GMT</pubDate>
				<author><![CDATA[ ajmcello78]]></author>
			</item>
			<item>
				<title>postgreSQL not available in stack builder 3.1.0</title>
				<description><![CDATA[ Hello <br /> <br /> I am new with postgreSQL and have managed to install postgreSQL 9.0.6.1 after several problems. No I want to proceed with installing PostGIS. <br /> <br /> As I read there is the possibility to install it using the stack builder. I started the stack builder (3.1.0) but can't select any application on the first screen (I'd like to post a screenshot but don't know how to...). The only selection available is "remote server". Selecting this option leads me to different applications I can select and install but the spatial extensions and other extensions are missing. So no PostGIS is available.<br /> <br /> Can you tell me what might be wrong? Is the installation of stack builder incomplete or is my installation of postgreSQL incorrect?<br /> <br /> I am working with Windows XP, 32 bit,.<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3043/11353.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3043/11353.page</link>
				<pubDate><![CDATA[Sun, 22 Jan 2012 16:31:29]]> GMT</pubDate>
				<author><![CDATA[ puma_1977]]></author>
			</item>
			<item>
				<title>unattended 9.1.2 install fails on &quot;unknown login: postgres&quot;</title>
				<description><![CDATA[ I am building an application installer for Mac OS X 10.7 that installs postgresql 9.x in the "unattended" mode. The main script copies the application files into place, then installs postgres via an invocation of installbuilder.sh. The main script is invoked with admin privileges. I invoke the pg installer in the script as follows:<br /> [code]log "=== install DBMS engine  ==="<br /> ./postgresql-9.1.2-1-osx.app/Contents/MacOS/installbuilder.sh --mode unattended --superaccount postgres --superpassword MySecretWord[/code]<br /> On Mac OS X 10.7 "Lion", the pg installer runs along for a bit then fails out. The bitrock-installer.log contains the following statements:<br /> [code]Preparing to Install<br /> Executing su - postgres -c "\"/Library/PostgreSQL/9.1/bin/pg_ctl\" stop -m fast -w -D \"/Library/PostgreSQL/9.1/data\""<br /> Script exit code: 1<br /> <br /> Script output:<br /> <br /> Script stderr:<br />  su: unknown login: postgres [/code]<br /> At this point, the system, osx 10.7, has a user account named "PostgreSQL" but not one named "postgres". There is, of course, the stock install of postgres that comes with Mac OS X 10.7 named "_postgres". I am trying to avoid confusion with that install and user. <br /> <br /> After the error in the log are two more errors involved launchd then all subsequent scripts complete normally.<br /> <br /> It appears the postgres group and user need to be added prior to installing postgres, but I wonder if that is really the issue. I have seen advice to modify the PostgreSQL user name, but that is after the installation has run, and that is not appropriate for an end user installer.<br /> <br /> Is adding an account "postgres" the correct thing to do?<br /> <br /> All tips, hints and links gratefully accepted.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3042/11343.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3042/11343.page</link>
				<pubDate><![CDATA[Fri, 20 Jan 2012 14:23:07]]> GMT</pubDate>
				<author><![CDATA[ Mark_Phillips]]></author>
			</item>
	</channel>
</rss>
