Hi,
I've installed pgadmin III and I need import from odbc database. how can i
get something similar to the migration pluging for pgadmin II?
Thanks,
A:-)
---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan
> -Original Message-
> From: Armbrust, Daniel C. [mailto:[EMAIL PROTECTED]]
> Sent: 14 August 2002 18:37
> To: [EMAIL PROTECTED]
> Subject: [pgadmin-support] migration problems with 1.3.60
> alpha + gui issues
>
>
> When attempting to migrate a s
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.