<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest topics for the forum "Standard Server"]]></title>
		<link>http://forums.enterprisedb.com/forums/show/3.page</link>
		<description><![CDATA[The newest discussed topics in the forum "Standard Server"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<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>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>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>Where are Postgres 9.1 data folder, and pg_hba.conf files? </title>
				<description><![CDATA[ I need to edit pg_hda to reset user authentication.  The files are no where to be seen on my Win 7 machine!  I have exposed hidden files also and have looked in every directly remotely connected to Postgres.  <br /> <br /> reason for this is that PGadmin corrupted the pg_hda password encription settings when I changed the authentication method from md5 to trusted.  so now the server does not start,and I can not get into the DB, or use PGadmin.<br /> <br /> None of the postgres data files appear anywhere in my directory structure.<br /> <br /> Any help would be greatly appreciated!<br /> <br /> Thanks<br /> Glenn P]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3038/11333.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3038/11333.page</link>
				<pubDate><![CDATA[Sat, 14 Jan 2012 21:02:35]]> GMT</pubDate>
				<author><![CDATA[ glenn_brooks]]></author>
			</item>
			<item>
				<title>Problems adding drupal an other web apps to enterpriseDB postgres install</title>
				<description><![CDATA[ I recently set up an EnterpriseDB Postgres 9.1 install on my Win 7 home 64 bit laptop to do some GIs work. Now I would like to add Drupal and another third party forms editor to configure Postgres with a forms based front end to handle some heavy data creation work.  But cant get the apps to install as Apache doesnt recognize them-see below.  I have followed the download and unpacked routine to place the app's into a file folder in the Postgres/apache/htdoc folder - where they ( theoretically) should autoinstall.<br /> <br /> I can not run the install scripts as my browser doesnt recognize a link to the folder.  For example I put  //localhost/drupal into the broswer and get only a blank white screen in return.  this happens with two different web apps.  FYI, I also copied the drupal folder into apache/www folder.  wouldnt install their either.<br /> <br /> Is there some configuration in the EnterpriseDB routine that does not allow other apps to be installed and run with Postgres??<br /> <br /> <br /> Please advise how I can fix this.  many thanks...<br /> <br /> GlennP<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3037/11331.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3037/11331.page</link>
				<pubDate><![CDATA[Sat, 14 Jan 2012 18:37:19]]> GMT</pubDate>
				<author><![CDATA[ glenn_brooks]]></author>
			</item>
			<item>
				<title>Split Strings in a Column to multiple columns – Postgres</title>
				<description><![CDATA[ Data is of the format in a column<br /> <br /> Column<br /> -----------<br /> a,b,c,d<br /> <br /> Output Required is of the form<br /> <br /> Column1 	    Column2	          Column3	                Column4<br /> ------------	      -------------	  ------------	        ------------<br /> a	                   b                  c                           d<br /> <br /> <br /> How can this be achieved?<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2998/11162.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2998/11162.page</link>
				<pubDate><![CDATA[Tue, 20 Dec 2011 06:35:03]]> GMT</pubDate>
				<author><![CDATA[ Narayana_Y+R+]]></author>
			</item>
			<item>
				<title>Function performing function that contains delete logic fail w/o error</title>
				<description><![CDATA[ I'm trying to create a set of functions that remove a group of related records from a set of tables. I've created a "master" function that identified the appropriate keys based on a user input, which then performs subordinate functions which delete the appropriate records from their associated tables. The function runs to completion without errors, but none of the deletes actually do anything. I've included RAISE NOTICE statement throughout the code and can see that the deletes are being executed without throwing any exceptions.<br /> <br /> I've tried multiple different approaches to this including putting all the code in a single function with inline for..select..loop logic and nothing seems to work.<br /> <br /> One final comment, if I run the "slave" functions individually, everything works correctly.<br /> <br /> Following is the "master" function:<br /> <br /> CREATE OR REPLACE FUNCTION delete_linkbases(p_linkbase_key numeric)<br /> RETURNS void AS<br /> $BODY$declare<br /> cnt numeric;<br /> w_linkbase_key linkbases.linkbase_key%type := 0;<br /> w_linkbase_link_key linkbase_links.linkbase_link_key%type := 0;<br /> begin<br /> raise notice 'input param: %', p_linkbase_key;<br /> <br /> for w_linkbase_key in select linkbase_key <br /> from linkbases<br /> where linkbase_key = p_linkbase_key loop<br /> <br /> raise notice 'entering inner loop %', w_linkbase_key;<br /> for w_linkbase_link_key in select linkbase_link_key<br /> from linkbase_links<br /> where linkbase_key = w_linkbase_key loop<br /> <br /> raise notice 'running delete_linkbase_arcs %', w_linkbase_link_key;<br /> perform delete_linkbase_arcs(w_linkbase_link_key);<br /> <br /> raise notice 'running delete_linkbase_labels %', w_linkbase_link_key;<br /> perform delete_linkbase_labels(w_linkbase_link_key);<br /> <br /> raise notice 'running delete_linkbase_locators %', w_linkbase_link_key;<br /> perform delete_linkbase_locators(w_linkbase_link_key);<br /> <br /> end loop;<br /> end loop;<br /> <br />   raise notice 'delete_linkbases done';<br />   end;$BODY$<br />   LANGUAGE plpgsql VOLATILE STRICT<br /> <br /> Following is one of the slave functions:<br /> <br /> CREATE OR REPLACE FUNCTION delete_linkbase_arcs(p_value numeric)<br /> RETURNS void AS<br /> $BODY$declare<br /> cnt	 numeric := 0;<br /> begin<br /> -- raise notice 'entering delete_linkbase_arcs %', p_value;<br /> select count(*) into cnt from linkbase_arcs where linkbase_link_key = p_value;<br /> if cnt &gt; 0 then<br /> delete from only linkbase_arcs where linkbase_link_key = p_value;<br /> raise notice 'linkbase_arcs rows: %', cnt;<br /> else<br /> raise notice 'linkbase_arcs empty';<br /> end if;<br /> end;$BODY$<br /> LANGUAGE plpgsql VOLATILE<br /> raise notice 'delete_linkbases done';<br /> end;$BODY$<br /> LANGUAGE plpgsql VOLATILE STRICT<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2996/11158.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2996/11158.page</link>
				<pubDate><![CDATA[Sat, 17 Dec 2011 12:16:43]]> GMT</pubDate>
				<author><![CDATA[ Nitewynd]]></author>
			</item>
			<item>
				<title>Unattended install requires EnterpriseDB account-email/password?</title>
				<description><![CDATA[ I've read that one can embed the Postgres Plus Standard edition in another project's installer but when attempting to test with unattended mode (9.0.2-1 on OSX 10.7) it requires --existingpassword and/or --existingEmail. This wasn't documented for its unattended installer mode and it isn't even well described in the --help menu. Is there a way around this requirement I'm just not seeing, anywhere? Is it expected to use a single account for all users using the installer then?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2984/11102.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2984/11102.page</link>
				<pubDate><![CDATA[Fri, 9 Dec 2011 12:27:11]]> GMT</pubDate>
				<author><![CDATA[ xtuple]]></author>
			</item>
			<item>
				<title>psql: could not create socket: The requested service provider could not be loaded or initialized.</title>
				<description><![CDATA[ I cannot seem to figure out how to fix this problem - can someone please help  :) <br /> <br /> The problem happens when I try to run the following command<br /> <br /> psql -U postgres -c "select * from pg_stat_activity where datname='hibernate';"<br /> <br /> While this works fine in a windows command window, here is the tricky part. I am running this command from a Java application that is running as a Windows service. There is something about the service environment psql does not seem to like, but I cannot figure out what it is. Here is what the command looks like in Java<br /> <br /> String [] psql = {"psql", "-U", "postgres", "-h", "127.0.0.1", "-c", "select * from pg_stat_activity where datname='hibernate';"};<br /> <br /> The actual results from the process look like<br /> <br /> exitValue = 2<br /> outStream = <br /> errStream = psql: could not create socket: The requested service provider could not be loaded or initialized.<br /> <br />  (0x0000277A/10106)<br /> <br /> Any ideas would be greatly appreciated.<br /> <br /> Cheers, Eric]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2979/11082.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2979/11082.page</link>
				<pubDate><![CDATA[Wed, 7 Dec 2011 16:17:38]]> GMT</pubDate>
				<author><![CDATA[ kolotyluk]]></author>
			</item>
			<item>
				<title>Troubles with Stackbuilder, installing Apache/PHP</title>
				<description><![CDATA[ Hello everyone,<br /> <br /> I am trying to install Apache/PHP with the stackbuilder.<br /> However, when its downloaded and i go to installing i get this error message:<br /> <br /> Error trying to install file: Destination ${installdir} resolved to an empty value.<br /> <br /> Does anybody know how to resolve this problem?<br /> Thanks in advance<br /> Roeland]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2968/11056.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2968/11056.page</link>
				<pubDate><![CDATA[Tue, 22 Nov 2011 10:22:20]]> GMT</pubDate>
				<author><![CDATA[ Roeland]]></author>
			</item>
			<item>
				<title>query index issue</title>
				<description><![CDATA[ Hi<br /> <br /> The following query takes lot of time to run. <br /> ----------------------------------<br /> Query:<br /> select *<br /> from providers_divisions<br /> where registration_date &lt;= to_date('2011-11-04','YYYY-MM-DD')<br /> and registration_date &gt;= to_date('2011-08-04','YYYY-MM-DD')<br /> order by last_name, organisation_name, PracticeLocation, speciality<br /> ----------------------------------<br /> <br /> When I did an analysis it shows a sort as follows:<br /> "Sort  (cost=1713.76..1746.65 rows=13156 width=222)"<br /> <br /> However, I've created two indecse: (1) for registration_date; and (2) for the columns: last_name, organisation_name, PracticeLocation, speciality<br /> and set the seqscan to off.<br /> <br /> Could you please let me know a way to run this query efficiently.<br /> <br /> Thanks.<br /> <br /> regards<br /> Leelani<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2955/10978.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2955/10978.page</link>
				<pubDate><![CDATA[Sun, 6 Nov 2011 22:04:13]]> GMT</pubDate>
				<author><![CDATA[ lwickram]]></author>
			</item>
			<item>
				<title>issued from restarting postgres 8.3 in mac server</title>
				<description><![CDATA[ please kindly to solved the problem?<br /> <br /> i have message from error potgresql.log like this <br /> postmaster: the number of buffers (-B) must be at least twice the number of allowed connections (-N) and at least 16<br /> please help me to solve<br /> <br /> thanks]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2948/10955.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2948/10955.page</link>
				<pubDate><![CDATA[Mon, 31 Oct 2011 03:46:30]]> GMT</pubDate>
				<author><![CDATA[ johnadams]]></author>
			</item>
			<item>
				<title>Cross-Platform to restore by pg_restore?</title>
				<description><![CDATA[ Can we use pg_dump to backup windows DB V8.4, then use pg_restore to cross-platform restore to new V9.0 DB on Linux? <br /> or backup windows V9.0 to restore to Linux V9.0? ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2947/10953.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2947/10953.page</link>
				<pubDate><![CDATA[Fri, 28 Oct 2011 05:28:08]]> GMT</pubDate>
				<author><![CDATA[ erichuang]]></author>
			</item>
			<item>
				<title>oid alias</title>
				<description><![CDATA[ Does anyone know the alias of oid is integer or number?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2945/10950.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2945/10950.page</link>
				<pubDate><![CDATA[Wed, 26 Oct 2011 04:20:55]]> GMT</pubDate>
				<author><![CDATA[ erichuang]]></author>
			</item>
			<item>
				<title>V9.0 supports Free BSD?</title>
				<description><![CDATA[ Hi,<br /> <br /> Does the Postgres Plus Standard Server/Advanced Server V9.0 support Free BSD platform? ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2939/10927.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2939/10927.page</link>
				<pubDate><![CDATA[Thu, 20 Oct 2011 04:56:11]]> GMT</pubDate>
				<author><![CDATA[ erichuang]]></author>
			</item>
			<item>
				<title>pg_dump with split</title>
				<description><![CDATA[ Running postgres 8.2.6 on a windows xp pc.<br /> My database files are too large to back up with the standard pgadmin gui.<br /> <br /> I have read that split command will work for this situation but having trouble with the proper format.<br /> I am using the console command prompt trying different combinations, after reading the postgres online manuals, I keep getting a syntax error.<br /> I'd appreciate your help getting my split to work.<br /> <br /> Here is what I last tried.<br /> <br /> pg_dump split 1024m -b --host localhost --port 5432 --username "postgres" --format tar --encoding UTF8 --verbose --file "C:\Backup\soapware 2011 test backup\soapware2011Test.backup" "docs_charts"<br /> <br /> I get the error - too many command line arguments (first is 1024m)<br /> <br /> For comparison, this command copied from pgadmin has acceptable syntax/format<br /> <br /> C:\Program Files\pgAdmin III\1.8\pg_dump.exe --host localhost --port 5432 --username "postgres" --format tar --blobs --encoding UTF8 --verbose --file "C:\Backup\soapware 2011 test backup\soapware2011Test.backup" "docs_charts"<br /> <br /> but I get the error -  pg_dump: [tar archiver] archive member too large for tar format]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2933/10901.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2933/10901.page</link>
				<pubDate><![CDATA[Sat, 15 Oct 2011 14:14:27]]> GMT</pubDate>
				<author><![CDATA[ David_Hundt]]></author>
			</item>
			<item>
				<title>shapefile loader append option?</title>
				<description><![CDATA[ Is there any way to use the append (-a) option using the Shapefile Uploader GUI ? Or is it only an option for the shell interface? Thanks. :?: ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2929/10892.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2929/10892.page</link>
				<pubDate><![CDATA[Thu, 13 Oct 2011 19:30:44]]> GMT</pubDate>
				<author><![CDATA[ bulmer]]></author>
			</item>
			<item>
				<title>checking password length</title>
				<description><![CDATA[ Hi,<br /> I've got a problem with checking… in code should be better:<br /> [code]<br /> -- table with checking constraint is incorrect this way…<br /> CREATE TABLE users (<br /> nick varchar(32),<br /> password varchar(32),<br /> primary key(nick),<br /> constraint valid_min_password_length check (length(password) &lt; 6)<br /> );<br /> <br /> -- … because:<br /> INSERT INTO users VALUE ('user1', md5('pass'));<br /> <br /> -- and new row added.<br /> [/code]<br /> I know the problem: the md5 function creates the hash code and after that engine is checking valid_min_password_lenght.<br /> I have to solve it in SQL and not any other program. Has somebody any idea?<br /> <br /> Thanks in advance:<br /> m]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2924/10880.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2924/10880.page</link>
				<pubDate><![CDATA[Wed, 12 Oct 2011 08:33:11]]> GMT</pubDate>
				<author><![CDATA[ m4dnbri]]></author>
			</item>
			<item>
				<title>stop/start psql 9.1 issue on Mac OSX</title>
				<description><![CDATA[ Hello,<br /> <br /> I can stop the psql 9.1 server with:<br /> <br /> postgres$ /Library/PostgreSQL/9.1/bin/pg_ctl stop -l logfile -D /Library/PostgreSQL/9.1/data<br /> <br /> But starting the psql server fails:<br /> <br /> postgres$ /Library/PostgreSQL/9.1/bin/pg_ctl start -l logfile -D /Library/PostgreSQL/9.1/data<br /> server starting<br /> sh: logfile: Permission denied<br /> <br /> Where is the problem and how can I fix that?<br /> <br /> *Edit*<br /> I have tried:<br /> <br /> postgres$ /Library/PostgreSQL/9.1/bin/pg_ctl -D /Library/PostgreSql/9.1/data start<br /> <br /> and that is working!]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2922/10874.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2922/10874.page</link>
				<pubDate><![CDATA[Wed, 12 Oct 2011 05:20:26]]> GMT</pubDate>
				<author><![CDATA[ Thomas_Schnaus]]></author>
			</item>
			<item>
				<title>How to access tables from other database and update them on the same PPSS9.0 server</title>
				<description><![CDATA[ Hi,<br /> <br /> In one of the migration project I am not allowed to change the database and table design.<br /> Client want it as it is.<br /> <br /> In one of the procedure, I want to access some tables from other database and do some DML operations on them.<br /> Both databases are on same PPSS9.0 server.<br /> <br /> Through dblink we can access the data from table of other database but can not do any DML on it.<br /> <br /> So can anyone suggest a solution for above problem. Do we have any patch for databaselink?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2918/10863.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2918/10863.page</link>
				<pubDate><![CDATA[Fri, 7 Oct 2011 02:49:06]]> GMT</pubDate>
				<author><![CDATA[ tpnehete]]></author>
			</item>
			<item>
				<title>How to create synonym</title>
				<description><![CDATA[ To create SYNONYM in PPSS 9.0,<br /> do we need a patch or to run a script?<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2914/10854.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2914/10854.page</link>
				<pubDate><![CDATA[Wed, 5 Oct 2011 07:46:44]]> GMT</pubDate>
				<author><![CDATA[ tpnehete]]></author>
			</item>
			<item>
				<title>return error code(sqlcode or sqlstate) from function with return type int</title>
				<description><![CDATA[ Hi,<br /> while migration from Oracle or any other RDBMS, we need to return error code from exception block.<br /> Like,<br /> create or replace function upd_sal(empid int) returns int<br /> as <br /> begin<br /> update emp set sal =sal+(sal*.1) where deptno =10;<br /> return 0; <br /> exception when others then<br />      return sqlcode;<br /> end;<br /> how to convert this function in plpgsql? Since plpgsql support only sqlstate which of char datatype<br /> So how we can return char datatype error code from function with int return type.<br /> Is there any way to return int error code like sqlcode from plpgsql stored function?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2909/10839.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2909/10839.page</link>
				<pubDate><![CDATA[Tue, 4 Oct 2011 11:02:14]]> GMT</pubDate>
				<author><![CDATA[ tpnehete]]></author>
			</item>
			<item>
				<title>how to create database link in postgres plus standard server 9.0</title>
				<description><![CDATA[ Hi,<br /> how to create db link in PPSS9.0?<br /> I want to access some tables from other database on PPSS9.0 in function.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2907/10828.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2907/10828.page</link>
				<pubDate><![CDATA[Tue, 4 Oct 2011 07:35:02]]> GMT</pubDate>
				<author><![CDATA[ tpnehete]]></author>
			</item>
			<item>
				<title>Can we use sqlcode in functions of plpgsql</title>
				<description><![CDATA[ Hi,<br /> For backward compatibility and some  other reasons we want to use<br /> SQLCODE in our functions of PLPGSQL. <br /> But in Postgres Plus Standard Server 9.0 it gives error for SQLCODE.<br /> Is there any way to use SQLCODE in functions of PLPGSQL at the place of SQLSTATE?<br />  Also what is the datatype of SQLSTATE?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2905/10825.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2905/10825.page</link>
				<pubDate><![CDATA[Tue, 4 Oct 2011 03:31:44]]> GMT</pubDate>
				<author><![CDATA[ tpnehete]]></author>
			</item>
			<item>
				<title>Which datatype we should use to store exactly DD-MM-YYYY HH12:MI:SS  value</title>
				<description><![CDATA[ Which data type we should use to store exactly 'DD-MM-YYYY HH:MI:SS' FORMAT DATE AND TIME.<br /> When we use timestamp it stores values above the seconds like 11:30:44.23432 which we don't want.<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2904/10822.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2904/10822.page</link>
				<pubDate><![CDATA[Mon, 3 Oct 2011 10:58:02]]> GMT</pubDate>
				<author><![CDATA[ tpnehete]]></author>
			</item>
	</channel>
</rss>
