[pgadmin-support] trying to import mysql database - crash

2003-08-04 Thread Armbrust, Daniel C.
Title: Message I'm trying to copy a database from mySql to postgres - I'd like to compare their performance in a specific application.   I'm trying to use the database migration wizard in pgadmin 1.6.0.  (Is there a better way to duplicate this database across?)  Right after I click next aft

Re: [pgadmin-support] Security settings

2003-07-18 Thread Armbrust, Daniel C.
I got the error figured out this morning... The clients were having issues, because the user that was removed was the owner of the tables. So, the tables effectively had no owner, causing pgadmin do have different issues in different versions. I was able to get it fixed (only with the new pgadm

[pgadmin-support] Security settings

2003-07-17 Thread Armbrust, Daniel C.
I've managed to mess up the permissions on all of the tables in one of my databases One way or another. I'm not sure of the actual sequence of events, but I think that a user of the database got deleted, while it was set as having privileges on these tables. Ever since then, things have be

Re: [pgadmin-support] unsubscribe

2002-12-03 Thread Armbrust, Daniel C.
Maybe some of you "unsubscribe" fools could take the time to actually use the web. http://pgadmin.postgresql.org/pgadmin2.php?ContentID=4 It took me all of 2 seconds to find the instructions for how to unsubscribe. A direct link off the front page. Wow. That was hard. Since you are apparently

Re: [pgadmin-support] Add a user to a group of tables?

2002-08-28 Thread Armbrust, Daniel C.
, Daniel C. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 11:39 AM To: [EMAIL PROTECTED] Subject: [pgadmin-support] Add a user to a group of tables? Is there a quick way to give a user permissions on multiple tables at once? * Daniel C. Armbrust Medical

[pgadmin-support] Add a user to a group of tables?

2002-08-28 Thread Armbrust, Daniel C.
Is there a quick way to give a user permissions on multiple tables at once? * Daniel C. Armbrust Medical Informatics Research Information Services Mayo Clinic Rochester * ---(end of broadcast)

Re: [pgadmin-support] Import

2002-08-27 Thread Armbrust, Daniel C.
Check out your logging: Tools-> Options->Logging The default level of Errors and SQL queries will probably be enough to sort out what is going on, but if not, you can up it to Debug or Full Debug, rerun the export, and then view the log file. * Daniel C. Armbrus

Re: [pgadmin-support] pgAdmin 1.3.76

2002-08-19 Thread Armbrust, Daniel C.
Thanks Dave! I checked my following previously reported errors against the new current version: * SELECT MAX(`OID_key`) AS RECCOUNT FROM `OID_root`CREATE SEQUENCE "OID_root_OID_key_key" START 356 * Notice the back ticks (`) around OID_key. These promptly cause an error (illegal syntax I thin

[pgadmin-support] migration problems with 1.3.60 alpha + gui issues

2002-08-14 Thread Armbrust, Daniel C.
When attempting to migrate a set of tables from an access database using version 1.3.60 alpha, According to the log file, the following SQL was generated: SELECT MAX(`OID_key`) AS RECCOUNT FROM `OID_root`CREATE SEQUENCE "OID_root_OID_key_key" START 356 Notice the back ticks (`) around OID_key.

Re: [pgadmin-support] download broken

2002-08-14 Thread Armbrust, Daniel C.
. * Daniel C. Armbrust Medical Informatics Research Information Services Mayo Clinic Rochester * -Original Message- From: Dave Page [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 2:51 AM To: Armbrust, Daniel C.; [EMAIL

[pgadmin-support] download broken

2002-08-14 Thread Armbrust, Daniel C.
The download for pgAdminII v1.3.60 (Alpha release) on http://pgadmin.postgresql.org/downloads/ is broken. The zip file gives a crc error when you try to unzip it. * Daniel C. Armbrust Medical Informatics Research Information Services Mayo Clinic Rochester *

[pgadmin-support] BUG - does not handle empty strings properly

2002-08-13 Thread Armbrust, Daniel C.
Database Migration Wizard Plugin for pgAdmin II 1.2.0 does not properly handle empty strings from an MS Access Database. When processing a column with a data type of Text, which is required but allows 0 length fields, and it encounters an empty string "", instead of passing the value as "", it

[pgadmin-support] download broken

2002-08-13 Thread Armbrust, Daniel C.
The download for pgAdminII v1.3.60 (Alpha release) on http://pgadmin.postgresql.org/downloads/ is broken. The zip file gives a crc error when you try to unzip it. * Daniel C. Armbrust Medical Informatics Research Information Services Mayo Clinic Rochester ***