0
votes
0answers
10 views

ubuntu tora cannot connect postgresql

I whant to connect postgresql by Tora I have to install connection provider when I install i get error sudo apt-get install libqt4-sql-psql [sudo] password for nicat: Reading package lists... Done ...
1
vote
0answers
39 views

At what point should Node be creating the database connection?

I have a Node.js application using PostgreSQL via node-postgres. I have started receiving the error "sorry, too many clients already", and this has made me wonder if I am creating too many client ...
0
votes
1answer
43 views

How to configure Postgresql with rails project?

I am very new to ruby. I am trying to run BBYIDX and followed How to install BBYIDX on Windows? When I try rake db:migrate it reproduces error as (in /home/virinchy/BBYIDX-2/BBYIDX-master) ...
0
votes
0answers
67 views

createdb in PostgreSQL error [closed]

I'm trying to learn postgreSQL and create my first database but I keep running into an error when I try the createdb command. Here's a screenshot: http://i.imgur.com/usHXt3R.png I did some googling ...
0
votes
1answer
41 views

PostgreSQL installation as a user on Cygwin, database server setup

I'm trying to install PostgreSQL on Cygwin as a user and i'm getting stuck on the part where I have to create a database server, after i execute the pg_ctl command, it just prints "server starting" ...
1
vote
1answer
45 views

PostgreSQL installation as a user on Cygwin

I'm trying to install PostgreSQL on Cygwin as a user following the instructions given in the cygwin package installation: cygrunsrv -S cygserver initdb -D /usr/share/postgresql/data pg_ctl start -D ...
1
vote
1answer
72 views

installing PostgreSQL on Cygwin as a service

I'm a novice trying to install Postgresql on Cygwin as a service. I have been following the steps listed in this URL: http://www.smartpixie.com/wiki/Tech/CygwinPostgreSQL.twiki.html Everything was ...
0
votes
1answer
258 views

pgAdmin III Guru Hint - Server Not Listening [closed]

When I connect to default localhost 5432, I get a blank "Guru hint - Server not listening message" Normally, it should show some messages but I get a blank one! Can somebody please tell me what's ...
0
votes
1answer
53 views

Connection with Asynchtask to PostgreSQL crashes

Got a Problem with the Connection to my PostgreSQL Database with ASynchTask. When trying it with the correct database setting (pg_host, pg_user, etc) it works. The problem is when trying it with ...
2
votes
2answers
2k views

psql: FATAL: role “postgres” does not exist (with -h localhost option)

I have Postgres installed in my local machine. When I execute psql -U postgres -d buzzsumo it correctly asks for my password to the user postgres. However, when I run psql -U postgres -d ...
0
votes
1answer
87 views

Cannot connect to postgresql as postgres user

I am using mac OS X 10.5.8. I installed PostgreSQL 9.1 (using a mac dmg driver) in order to build a database with python (using sqlalchemy and psycopg2). When I first tried to connect to PostgreSQL ...
0
votes
1answer
89 views

Why can't my Django application reach my Postgres server?

Both servers are VirtualBox servers on my host machine, and I'm able to network between them just fine (ssh from one to the other, etc.), other than this issue (which I don't know enough about to rule ...
0
votes
1answer
85 views

Why can't I use postgres even when it is running? [duplicate]

Possible Duplicate: PostgreSQL Permission denied Error on Unix domain socket “/var/pgsql_socket/.s.PGSQL.5432” - Lion Server 10.7.3 or Lion Server 10.7.4 I'm using postgres as my backend ...
6
votes
2answers
2k views

Is there a timeout for PostgreSQL connections?

1 S postgres 5038 876 0 80 0 - 11962 sk_wai 09:57 ? 00:00:00 postgres: postgres my_app ::1(45035) idle 1 ...
2
votes
3answers
123 views

Find out which schema based on table values

My database is separated into schemas based on clients (i.e.: each client has their own schema, with same data structure). I also happen to have an external action that does not know which schema it ...
0
votes
1answer
388 views

fe_sendauth: error sending password authentication

I'm now learning Django and am following the Django book step by step. When I proceeded to chapter 5 to connect my Django project to my database, I can't get it to connect. I get the error: FATAL: ...
0
votes
2answers
2k views

Visual Studio Entity Framework connect to Postgres database

I want to connect to a Postgres database using EntityFramework. Is that possible? I select: Add>>New Item>>ADO.Net Entity Data model>>Generate from database>>New connection But I'm stuck ...
0
votes
2answers
343 views

Conflicting versions of postgres database and server

I installed postgres on Mac OS X 10.6.x. When I ran for postgres database version: psql --versionpsql (PostgreSQL) 9.1.1 contains support for command-line editing When I checked for the version ...
2
votes
1answer
781 views

Glassfish, PostgreSQL and closed connections

We have an application using MySQL on Glassfish using JPA (Hibernate) which is working fine. We then switched to PostgreSQL and almost everything is working fine. The only problem that we have, is ...
1
vote
1answer
640 views

Connecting to my RoR's Heroku Postgres database?

I am running a Ruby on Rails app on Heroku. It uses a Postgres database. I want to connect to the database from some scripts I am writing and running locally. Using ENV['DATABASE_URL'] I found my ...
1
vote
2answers
314 views

How to easily and safely connect to postgres or mysql remotely?

I would like to know how can you connect to postgresql in these conditions: allow you to access them from any location (do IP filtering) safe connection (no risk on having your password captured) ...
2
votes
1answer
414 views

Programmatic connection validity check for a Postgresql database in Java

I have a stand-alone java application that makes some database read/write business on a postgresql database. I used the isValid function available on a java.sql.Connection object in order to ...
0
votes
1answer
355 views

How to use Postgresql or MySQL database offline on Android?

I am looking for a way to use either PostgreSQL or MySQL (I am using the former, but I could just find a way to export it to MySQL and use that one) database offline. I need to be able to query a ...
1
vote
1answer
1k views

postgresql php connection limit exceeded for non-superusers

I have a php app with a postgresql backend, using PDO to interact with the database. It has been up and running for a couple of months without issue but all of a sudden tonight i'm getting a ...
0
votes
2answers
503 views

Ruby -> PostgreSQL connection with pg_hba.conf set to “ident sameuser” instead of “trust”

I've tried every Google search term I can think of but everything I dig up keeps saying to set local connections to trust in pg_hba.conf (seems like a security hole if anyone locally can log in and ...
3
votes
1answer
735 views

Connect to postgresql database via MATLAB error

I am trying to connect my Postgres database in MATLAB and it is throwing me an error stating "'JDBC Driver Error: org.postgresql.Driver. Driver Not Found/Loaded.'" Here's my connection method that ...
0
votes
1answer
462 views

PHP cant connect to postgreSQL in ubuntu

I am trying to connect to a postgreSQL db with the following code. <?php error_reporting(-1); $dbh = new PDO('pgsql:dbname=southpark;host=localhost', 'jaseem' , 'DBPassword'); ...
1
vote
1answer
222 views

Postgres odbc connection not showing stored procedures

I'm working on postgres database application in C#. I have a problem with ODBC connection(PostgreSQL ODBC driver 8.04.0200-1). It's not showing stored procedures in VS Server Explorer, while showing ...
8
votes
3answers
11k views

Setting up PostgreSQL ODBC on Windows

I have the latest 64 bit version of PostgreSQL. I am running Win 7 64 bit. I had installed the ODBC driver (via the initial installer) when I installed PG, and upgraded it to the latest version from ...
3
votes
1answer
3k views

node.js postgres connection problem

I'm trying to connect to a postgres database from node.js, but I always get some strange error ENOTFOUND, Domain name not found The node.js module that I use is 'pg'. In few examples I saw ...
0
votes
2answers
400 views

java.sql.Connection tests against a PostgreSQL 8.4.6

I have a postgresql DB with > 3 million rows in two tables. Something slows down the whole performance, so I analyzed a bit with the Ubuntu command pg_top. I found out there is always a query like ...
2
votes
1answer
559 views

postgres what information is stored for a connection

Looking to find more connection information that PostgreSQL stores. I did find these queries: SELECT datname, numbackends FROM pg_stat_database WHERE numbackends > 0 ORDER BY numbackends DESC, ...
3
votes
4answers
699 views

Identifying a connection ID in Postgres

I have a Postgres database (9) that I am writing a trigger for. I want the trigger to set the modification time, and user id for a record. In Firebird you have a CONNECTIONID that you can use in a ...
1
vote
4answers
703 views

Too Many Clients Already in C# and PostgreSQL

I have error "Too Many Clients Already" in C# and PostgreSQL Am I did something wrong? this is my main code public class NationalService { private NpgsqlConnection conn; protected string ...
0
votes
1answer
455 views

Postgres 8.4.4 + psycopg2 + python 2.6.5 + Win7 instability

You can see the combination of software components I'm using in the title of the question. I have a simple 10-table database running on a Postgres server (Win 7 Pro). I have client apps (python ...
4
votes
2answers
7k views

Connecting to local instance of PostgreSql with JDBC

I have a running local instance of PostgreSql on a linux machine. When I use psql command from the shell I success to log in without any problem. I need to connect to the PostgreSql via the JDBC, but ...
1
vote
1answer
57 views

Questions about preferred way to connect to a Postgres database

For starters, I'm using Postgres. Is socket connection a/the preferred way to connect (I will have my database in a separate VM on the same physical machine as my application)? Is socket connection ...
1
vote
2answers
2k views

Problem with pg_connect on localhost

I've a server with postgresql installed on the postgres user. When I do: su - postgres [entering the password] psql I can then execute queries on the database, that works fine. However, from my ...
4
votes
3answers
594 views

How do I execute queries upon DB connection in Rails?

I have certain initializing functions that I use to set up audit logging on the DB server side (ie, not rails) in PostgreSQL. At least one has to be issued (setting the current user) before inserting ...
3
votes
3answers
431 views

Inter-database communications in PostgreSQL

I am using PostgreSQL 8.4. I really like the new unnest() and array_agg() features; it is about time they realize the dynamic processing potential of their Arrays! Anyway, I am working on web server ...
5
votes
5answers
38k views

How do I change a Crystal Report's ODBC database connection at runtime?

I have a report made with Crystal Reports 2008 that I need to deploy a production system which means that I need to be able to change the database connection at runtime. The database is PostgreSQL ...
1
vote
1answer
1k views

How to connect to PostgreSQL from .NET using TLS with both client and server authentication?

I want to connect a C# .NET application to a PostgreSQL database, using TLS with client and server authentication: in other words, if the certificate from the client can not be verified against the ...