Re: [pgadmin-support] Users can see each others' databases?

2004-09-23 Thread Richard_D_Levine
A crummy but workable solution is to have each user install and run their own instance of PostgreSQL. On the other hand, learning to install and configure a major database is probably a useful learning experience. --Rick

Re: [pgadmin-support] Cannot Create Foreign Key

2004-09-20 Thread Richard_D_Levine
That makes sense. Thanks Andreas --Rick Andreas Pflug

Re: [pgadmin-support] Cannot Create Foreign Key

2004-09-20 Thread Richard_D_Levine
I haven't worked with PostgreSQL much at all yet, but doesn't there need to be a primary key constraint on the emp_address_tb's emp_id column in order to set up the foreign key relation between the two emp_id columns? --Rick

Re: [pgadmin-support] FC2 install cannot find libpq-fe.h

2004-09-14 Thread Richard_D_Levine
Hi Raphael, Installing the developer RPM for PostgreSQL fixed the problem, thanks for the quick and accurate response. For anyone who may read this, the next problem with the configure is that it requires the following: cd /usr/local/include ln -s wx-2.5/wx . ./configure --with-wx=/usr/local w

[pgadmin-support] FC2 install cannot find libpq-fe.h

2004-09-14 Thread Richard_D_Levine
I'm running Fedora Core 2 with PostgreSQL 7.4.5, and just installed wxWidgets 2.5 from the pgadmin mirrors as recommended. I installed PostgreSQL using RPMs. All of that went well and PostgreSQL is running nicely. When I try to install pgadmin the configure command fails looking for libpq-fe.h.