[pgadmin-support] Missing tables

2002-11-30 Thread Derrick Betts
I have recently downloaded the newest version of pgAdmin2 (1.4.2). I connect to the server from a remote location, see all of the databases, but see none of the tables under the database node. The Query Wizard is the only place where I can view the tables. Any thoughts? Thanks, D. Betts -

[pgadmin-support] Transaction speed

2004-04-24 Thread Derrick Betts
I have the following situation:   Test database inside our network, accessed with pgAdminIII version 1.0.2.     When I INSERT records into a table (3000-5000 in one transaction) it takes between 2.5 - 5 seconds.  No worries there.   Production database that is hosted remotely, accessed with

[pgadmin-support] Grant Wizard

2004-12-01 Thread Derrick Betts
The Grant Wizard is a fantastic tool. I have a question about how to use it... When I open the Grant Wizard, I can only assign GROUPS to the tables, functions, etc. The drop down box only shows groups, not specific users. How do I assign specific users? In SQL I normally write "GRANT ALL ON

Re: [pgadmin-support] Backup problem

2005-10-26 Thread Derrick Betts
I am having the same issue with backup and restore. I have replaced the files on my Windows xp machine that is running pgAdmin III 1.4b3 with those dated 10-23 from the binary snapshot. The postgres version is 8.0.4 runing on Linux. Did I miss something else? Thanks, Derrick - Original

Re: [pgadmin-support] How to find out hierchy of employee?

2006-06-22 Thread Derrick Betts
stationid LIKE 'B01%';"  This will return all the employees whose StationID matches that of the Sr. Manager. If you only want the employees under a Manager, just change the LIKE clause in the query to: LIKE 'B01ZZ%'   Hope this helps. Derrick Betts - Ori

Re: [pgadmin-support] How to find out hierchy of employee?

2006-06-23 Thread Derrick Betts
ionID.   Hope this helps. Derrick Betts

Re: [pgadmin-support] How to access table from one database to another database

2006-07-04 Thread Derrick Betts
You should never design a database structure that requires you to access a completely different database.  The best way to keep data separate, yet give your users access to the uniqueness of a separate structure, is to create different schemas.   You may wish to spend some time re-thinking th

Re: [pgadmin-support] pgadmin III crashes when inserting a row (1.6.2 and 1.6.3)

2007-03-31 Thread Derrick Betts
Jeanie Schwenk wrote: Thank you for your post Dave. To answer your questions, the encoding is SQL_ASCII. Here are the database and table definitions as well as the table's contents: CREATE DATABASE "Scrip" WITH OWNER = postgres ENCODING = 'SQL_ASCII' TABLESPACE = pg_default;

Re: [pgadmin-support] Bug on the beta release: table cell editor

2007-07-27 Thread Derrick Betts
Just a thought.. Are you leaving the cell (cursor being moved to a different cell) in order to commit the change before you refresh the table? Derrick Olivier Bouiron wrote: Hi. This is one of the table that I use, and I have the problem with it too. But as I said to Hiroshi Saito, I use the b

[pgadmin-support] Login Error Beta 3

2007-08-15 Thread Derrick Betts
Using Postgres 8.2 on Linux based system. Using PgAdmin III Beta 3 on Windows XP SP2. I utilize the following process to login to the 8.2 database with PgAdmin III Beta 3 from Windows XP. Open PuTty.exe to create a secure connection to the database. Open PgAdminIII to access the database.