Dinesh, can you investigate this please? On Thu, Jul 11, 2013 at 11:42 AM, Jakub Trmota <[email protected]> wrote: > Hello, > I found bug in pgAdmin III 1.16.1 on Windows 7 (x64). When I use czech > interface and want to add foreign key, this buggy SQL is generated: > > ALTER TABLE app_cache_journal > ADD FOREIGN KEY (entry) REFERENCES acl_object_parents (object_id) ON > UPDATE ochránit (RESTRICT) ON DELETE kaskádová akce (CASCADE); > > Correct SQL is: > > ALTER TABLE app_cache_journal > ADD FOREIGN KEY (entry) REFERENCES acl_object_parents (object_id) ON > UPDATE RESTRICT ON DELETE CASCADE; > > > > -- > Sent via pgadmin-hackers mailing list ([email protected]) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers
-- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
