Tagged Questions
The enterprisedb tag has no wiki summary.
2
votes
1answer
52 views
Copying Data from Oracle to Postgres
We have a daily process that pulls all data out of a number of tables in an Oracle database and imports them into a Postgress (EnterpriseDB) database - Version 8.4.
We are currently using a java ...
1
vote
2answers
58 views
Which variant of PostgreSQL to choose for my .NET app.?
I want to use PostgreSQL for my standalone .NET Windows application. I downloaded PostgreSQL Advanced Server from EnterpriseDB's website and it is very smooth. The GUI also very good. But I suspect ...
1
vote
1answer
77 views
EnterpriseDB InfiniteCache
Has anyone ever used EnterpriseDB infinite cache? Any successes or failures? I am doing research on it and find painfully little that is not marketing speak.
1
vote
3answers
270 views
PostgreSQL / Ruby for commercial application
I am planning a web-based commercial application with front-end RoR and back-end PostgreSQL.
I've some confusion about RoR and PostgreSQL Edition to use. For RoR, I have Aptana RADRails installed. ...
1
vote
1answer
195 views
Develop with Postgres Plus and Deploy Postgresql Open Source?
According to the answers in this comparison question, there's no technical difference between the core PostgreSQL engine and Postgres Plus server from EnterpriseDB. The developer license is only ...
0
votes
1answer
2k views
No getdate() function in Enterprise PostgreSQL
do you have any idea on how to have getdate() function in enterprise postgresql? I upgraded to EDB-PSQL, and now when I tried to restore old data from the free PSQL, it returns error on some tables ...
0
votes
2answers
99 views
Problem with returning records
Here is the problem with Postgresql that I am facing for last few days:
Using
select usage_rep_sp.get_result('2009-01-01','2009-12-01')full_name from dual;
The package below supposes to return a ...
0
votes
2answers
93 views
how to find what languages are loaded into EnterpriseDB?
How can I find what languages have been loaded into EnterpriseDB(PL/pgsql, SPL, Java)? EnterpriseDB is built on top of PostgreSQL if anyone knows of a way to find the loaded languages on PostgreSQL. ...