0
votes
1answer
20 views

Using PostgreSQL in Windows 7

I am working in a stand alone JAVA application using postgreSQL 7.4.2 as database. The application is not working in Windows 7. The postgreSQL server is run using cygwin. shell scripts are written to ...
0
votes
1answer
99 views

Install postgresql 9.2 on debian wheezy (on virtualbox)

I have virtualbox with Debian Wheezy. I'm trying to install Postgresql 9.2 on it. When I trying do it by this instruction i have next: Reading package lists... Done Building dependency tree Reading ...
0
votes
1answer
26 views

Issue with conflicting postgres when using homebrew

I have an issue when attempting to use postgresql along with homebrew. After doing a completely clean install (and after upgrading from postgresql 9.1.3 to 9.2.4 and doing a system update of MacOS X) ...
0
votes
1answer
50 views

how to call postgres function with hibernate criteria

I am getting sorted results using hibernate criteria which generates the below sql: select * from mytable order by name asc; This is how i do it with hiberante criteria: ...
0
votes
1answer
116 views

write scaling postgresql

i have a very write centric application that uses postgres hstore. my typical work flow is a SELECT followed by a number of UPDATEs or INSERTs (mostly the former). This happens at typically around 500 ...
0
votes
0answers
25 views

postgresql doesn't prompt for password

I have a postgresql-9.2 server setup to listen on port 5432 to all addresses but when i connect from a windows psql client (http://psql.sourceforge.net/) it does not prompt for password and fails with ...