![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
After the recent events with Oracle licenses, my boss decided to do a pilot project with moving an application to Postgres. So far, my experiences are that we're talking a hippie scene here. |
#3
| |||
| |||
|
|
Mladen Gogala wrote on 28.10.2009 21:53: After the recent events with Oracle licenses, my boss decided to do a pilot project with moving an application to Postgres. So far, my experiences are that we're talking a hippie scene here. If you monitor the PG mailing list, you'll definitely get a different picture from the "scene". Actually the tone and the knowledge on the PG mailing list is far better than in the Oracle forums... Did you check the list of users on the PG website? http://www.postgresql.org/about/users Thomas |
#4
| |||
| |||
|
|
Thanks for the list of users. As for the forums, which one would you recommend? |
|
To introduce myself, I am an Oracle DBA, since 1989 Yes, I know your name from the Oracle newsgroup |
#5
| |||
| |||
|
|
After the recent events with Oracle licenses, my boss decided to do a pilot project with moving an application to Postgres. So far, my experiences are that we're talking a hippie scene here. |
|
As for the forums, which one would you recommend? I came here because of the strong preference for forums which are not moderated. Speaking about the hippie atmosphere.... |
#6
| |||
| |||
|
|
I think PostgreSQL is a good choice for someone with an Oracle background, that was one of the reasons we chose it. |
#7
| |||
| |||
|
|
I think PostgreSQL is a good choice for someone with an Oracle background, that was one of the reasons we chose it. Seconded. But I do miss synonyms, I haven't found their equivalent in PostgreSQL yet, if they even exist, so full-name-qualifying of objects can be a pain when they're organised across multi schemas but referenced in a central function for example. |
#8
| |||
| |||
|
|
First, you can use a view that is just a simple SELECT * on the original table. That's as good as a synonym. If you need a replacement for a public synonym, create the view in the "public" schema. |
|
If you want to avoid this unpleasant bunch of objects, use the second, PostgreSQL way: set "search_path" to include all the schemas you need. |
#9
| |||
| |||
|
|
After the recent events with Oracle licenses, my boss decided to do a pilot project with moving an application to Postgres. So far, my experiences are that we're talking a hippie scene here. EnterpriseDB doesn't return calls, there are no major league companies using it and NYC user group is lead by an EFF supporter who wants to "fight the big media". It sounds almost like a case for the homeland security. There will be a group meeting on November the 30th, maybe the threat level will be elevated to purple with yellow polka-dots. |

![]() |
| Thread Tools | |
| Display Modes | |
| |