> -Original Message-
> From: Armbrust, Daniel C. [mailto:[EMAIL PROTECTED]]
> Sent: 13 August 2002 22:30
> To: [EMAIL PROTECTED]
> Subject: [pgadmin-support] download broken
>
>
>
>
> The download for pgAdminII v1.3.60 (Alpha release) on
> http://pgadmin.postgresql.org/downloads/ i
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
*
> -Original Message-
> From: Armbrust, Daniel C. [mailto:[EMAIL PROTECTED]]
> Sent: 13 August 2002 22:44
> To: [EMAIL PROTECTED]
> Subject: [pgadmin-support] BUG - does not handle empty
> strings properly
>
>
> Database Migration Wizard Plugin for pgAdmin II 1.2.0 does
> not properl
Sorry, you are correct. It turns out, for some reason Mozilla (my browser of choice)
is corrupting the file on download. It works when I downloaded it with IE.
Strange, I was able to download v1.2.0 using Mozilla without an issue. I guess its
time to report a bug to a different list.
***
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.
Let say I have a table has column1 and column2 and I made a trigger for
after INSERT OR UPDATE for each row to execute procedure my_function.
What I want is the trigger execute my_function only when column1 is
insert or
update, but not going to execute my_function when column2 is insert or
update