[pgadmin-support] pgadmin bug

2003-12-29 Thread George T. Gibson
Small bug... When you go to add a group, under properties the label says username and user id instead of groupname and group id. It appears that the sql is correct though. -- George Gibson J.B. Stamping, Inc. 7413 Associate Ave. Cleveland, OH 44144 216.631.0013 216.631.1327 fax [EMAIL PROTECTE

Re: [pgadmin-support] pgadmin3 - Slackware - (but wait,

2003-09-23 Thread George T. Gibson
> - Have you deleted the old /usr/local/pgadmin3 directory? If not, please > do so. Yes, I checked and it is not there > - The ui directory should now be under /usr/share/pgadmin3. Please check > it is there, and does contain the pgadmin3.lng file and the common > directory. That is where the d

[pgadmin-support] pgadmin3 - Slackware - (but wait, there's more!)

2003-09-23 Thread George T. Gibson
Sorry - here's an addition (now using today's build) Can not enumerate files in directory '/usr/bin/ui/common' (error 2: ls) Then the program quits. -- George Gibson J.B. Stamping, Inc. 7413 Associate Ave. Cleveland, OH 44144 216.631.0013 216.631.1327 fax [EMAIL PROTECTED] ---

[pgadmin-support] Errors pgadmin3 Slackware

2003-09-23 Thread George T. Gibson
Using Yesterday's Slackware Build... This is my first time using a build that has the new default locations for files/binaries (not sure if that makes a difference) can't open file '/usr/bin/ui/pgadmin3.lng' (error 2: ls) can't open file '/usr/bin/ui/pgadmin3.lng' (error 2: ls) -- George Gibson

Re: [pgadmin-support] Problem connecting to PostgreSQL 7.3.4 using

2003-08-19 Thread George T. Gibson
edit the pg_hba.conf file to allow access from remote machines... # TYPE DATABASEUSERIP-ADDRESSIP-MASK METHOD local all all trust hostall all 127.0.0.1 255.255.255.255 password host

[pgadmin-support] Error on most recent slackware build

2003-07-18 Thread George T. Gibson
An error has occured: can't open file '/usr/local/pgadmin3/share/pgadmin3//ui/pgadmin3.lng' (error 2: ls) Then it opens up as normal. George -- J.B. Stamping, Inc. George Gibson 7413 Associate Ave. Cleveland, OH 44144 216.631.0013 216.631.1327 fax [EMAIL PROTECTED] ---

Re: [pgadmin-support] pgadmin III

2003-07-09 Thread George T. Gibson
the default? Regards, Dave. -Original Message- From: George T. Gibson [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 22:39 To: [EMAIL PROTECTED] Subject: Re: [pgadmin-support] pgadmin III Andreas, I am using Slackware Packages - I assume that the documentation is not included there as w

Re: [pgadmin-support] pgadmin III

2003-07-08 Thread George T. Gibson
Andreas, I am using Slackware Packages - I assume that the documentation is not included there as well but may be with the source package from what you are saying. Thanks. Andreas Pflug wrote: George T. Gibson wrote: Looks like the documentation is not included - you may already be aware

[pgadmin-support] pgadmin III

2003-07-08 Thread George T. Gibson
Looks like the documentation is not included - you may already be aware. An error has occured: Unable to open requested HTML document: .../share/pgadmin3/docs/en_US/pg/sql-vacuum.html -- J.B. Stamping, Inc. George Gibson 7413 Associate Ave. Cleveland, OH 44144 216.631.0013 216.631.1327 fax [EMA

Re: [pgadmin-support] pgadmin3 questions/bug?

2003-06-19 Thread George T. Gibson
there does not seem to be any documenation under the en_US directory other than the pg/ directory. Sorry if I am missing something that is blatant. George Dave Page wrote: -Original Message- From: George T. Gibson [mailto:[EMAIL PROTECTED] Sent: 19 June 2003 17:34 To: [EMAIL PROTECTED

[pgadmin-support] pgadmin3 questions/bug?

2003-06-19 Thread George T. Gibson
When using slackware package I get: ./pgAdmin3: error while loading shared libraries: libpq.so.3: cannot open shared object file: No such file or directory For me, libpq.so.3 is located in /usr/local/pgsql/lib/libpq.so.3 Is it looking for the postgres library in some other location? So because

[pgadmin-support] can pgadmin prompt you for data to enter into query / exporter for Openoffice

2002-08-16 Thread George T. Gibson
Is it possible to have pgadmin ask you for a value when performing a query similar to how MSAccess does? For example, I want to have a query where I can see shipments between two dates. I do not want to hardcode the dates in - I would like to enter them each time I execute the query. select * f

Default Values

2002-01-30 Thread George T. Gibson
Having some trouble with default values. My table already exists. I want to update default values so I go to the table properties box and enter the new value for date - CURRENT_DATE. Clicked OK and in the Log view I get: 1/30/2002 4:42:43 PM - SQL (jbsdata): ALTER TABLE "note" ALTER COLU