[pgadmin-support] PgAdmin hangs on search upward

2004-02-21 Thread Luc ROLLAND
#x27;m obliged to close this windows     and use the Windows Terminate function.     so PgAdmin close. It works fine on search downward !   PS :It would be so nice if the search function could be a Search & Remplace !   Best regards.   Luc ROLLAND

[pgadmin-support] Reverse Engeneered SQL for DEFAULT

2004-02-21 Thread Luc ROLLAND
. : ALTER TABLE public.adressesliv ALTER COLUMN principaliv DEFAULT false;and I obtainERROR:  syntax error at or near "DEFAULT" at character 57 I must use :ALTER TABLE public.adressesliv ALTER COLUMN principaliv SET DEFAULT false;the SET keyword is absent.   Best regards.   Luc ROLLAND

[pgadmin-support] Reverse engeenered SQL for COMMENT ON CHECK

2004-02-21 Thread Luc ROLLAND
not recognized.   Best regards.   Luc ROLLAND