PostgreSQL is an open-source, object-relational database management system (ORDBMS) available for many platforms including Linux, UNIX, MS Windows and Mac OS X. Please mention your PostgreSQL version when asking questions.

learn more… | top users | synonyms (3)

0
votes
0answers
84 views
+50

Grails PostgreSQL and umlauts

My PostgreSQL query returns no results when a search string starts with an German umlaut like Ö. I am using ilike to get my results. The problem is if only the first letter is an umlaut.... The ...
-1
votes
0answers
55 views
+200

How do I use Puppet's ralsh with resource types provided by modules?

I have installed the postgresql module from Puppetforge. How can I query Postgresql resources using ralsh ? None of the following works: # ralsh postgresql::db # ralsh puppetlabs/postgresql::db # ...
0
votes
3answers
47 views
+200

Efficient way to pull data from second database?

We have a primary database where all of our app resides. But there's a second database (updated from an external source), that I'd like to be able to connect to so I can pull data from it. I don't ...