[pgadmin-hackers] CVS Commit by andreas: changed font handling to accept exotic weights

2004-03-24 Thread cvs
Log Message: --- changed font handling to accept exotic weights Modified Files: -- pgadmin3: CHANGELOG.txt (r1.94 -> r1.95) pgadmin3/src/include: sysSettings.h (r1.30 -> r1.31) pgadmin3/src/ui: frmOptions.cpp (r1.40 -> r1.41) pgadmin3/src

[pgadmin-hackers] CVS Commit by andreas: changed font handling to accept exotic weights

2004-03-24 Thread cvs
Log Message: --- changed font handling to accept exotic weights Modified Files: -- pgadmin3/src/utils: sysSettings.cpp (r1.59 -> r1.60) Index: sysSettings.cpp === RCS file: /projects/pgadmin3/src/utils

[pgadmin-hackers] CVS Commit by andreas: changed font handling to accept exotic weights

2004-03-24 Thread cvs
Log Message: --- changed font handling to accept exotic weights Modified Files: -- pgadmin3/src/utils: sysSettings.cpp (r1.60 -> r1.61) Index: sysSettings.cpp === RCS file: /projects/pgadmin3/src/utils

[pgadmin-hackers] Question for postgreSQL

2004-03-24 Thread Miljan Jeremić
Dear Sir's, I have one problem with type trigger in example: CREATE FUNCTION emp_stamp() RETURNS trigger AS ' How to create type triger for this function? How create type for function that returned primary key, in pd AdminII function is check_primary_key(). Thank You