[pgadmin-hackers] dlgProperty patch

2004-08-24 Thread Darko Prenosil
When logged in as non-superuser, calling properties on database crashes the application. Closer examination shows that there are several bugs in dlgProperty.cpp, all connected to securityPage object. Here is a patch. Please check and apply. Regards ! *** dlgProperty.cpp.old 2004-08-24

Re: [pgadmin-hackers] TODO item: columns of Views: show properties

2004-08-17 Thread Darko Prenosil
On Tuesday 17 August 2004 03:02, Andreas Pflug wrote: Darko Prenosil wrote: I see in todo an item: columns of Views: show properties and maybe I have a solution. I have written a c (backend) function that can return the same structure as pg_class for any query, and that means

Re: [pgadmin-hackers] TODO item: columns of Views: show properties

2004-08-17 Thread Darko Prenosil
OK, I'll take a look. Regards ! On Tuesday 17 August 2004 13:28, Andreas Pflug wrote: Darko Prenosil wrote: In that case I have no idea how to do it :-( Just as for tables. If you're looking for some TODO item to complete, you could check if all properties react properly (i.e. are read

[pgadmin-hackers] TODO item: columns of Views: show properties

2004-08-16 Thread Darko Prenosil
I see in todo an item: columns of Views: show properties and maybe I have a solution. I have written a c (backend) function that can return the same structure as pg_class for any query, and that means indirectly that it can return all columns definitions for view too. It is important that it

Re: [pgadmin-hackers] Bug in CREATE USER script

2004-08-14 Thread Darko Prenosil
Here it is as I promised ! Regards ! On Saturday 14 August 2004 00:41, Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darko Prenosil Sent: 13 August 2004 21:59 To: [EMAIL PROTECTED] Subject: [pgadmin-hackers] Bug in CREATE

[pgadmin-hackers] Bug in CREATE USER script

2004-08-13 Thread Darko Prenosil
Create script for user have a serious bug: CREATE USER test WITH SYSID 101 PASSWORD ENCRYPTED md5c104555d849cf47bd82febf072dd479c NOCREATEDB NOCREATEUSER; and it should be : CREATE USER test WITH SYSID 101 ENCRYPTED PASSWORD 'md5c104555d849cf47bd82febf072dd479c' NOCREATEDB

Re: [pgadmin-hackers] untranslated strings

2003-09-16 Thread Darko Prenosil
On Tuesday 16 September 2003 09:09, Petri Jooste wrote: While doing the Afrikaans translation, I noticed the following ... Do error messages get translated? Here are some ... === ERROR: Only instead-select rules currently supported on select

Re: [pgadmin-hackers] Small modification

2003-08-19 Thread Darko Prenosil
- Original Message - From: Andreas Pflug [EMAIL PROTECTED] To: Hiroshi Saito [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 8:01 PM Subject: Re: [pgadmin-hackers] Small modification Hiroshi Saito wrote: Hi Andreas. From: Andreas Pflug [EMAIL PROTECTED]

Re: [pgadmin-hackers] Croatian Native Language Name

2003-08-16 Thread Darko Prenosil
New hhc and hhp files for 7.4 documentation done. I used PostgreSQL 7.4beta1 Documentation. Index is expanded to third level. I do not think that going any deeper would have any sense, because fourth level always points to the same html page. Man this was a nightmare (like making a persian

[pgadmin-hackers] MinGW again

2003-08-16 Thread Darko Prenosil
I just fetched fresh sources from CVS, and I see that acinclude.m4 is not patched correctly for MinGW build. I'll give an correct example: *libwx_mswud-*) LIBS=$LIBS ${WX_HOME}/lib/libwx_mswud_stc-${WX_VERSION}.a ${WX_HOME}/lib/libwx_mswud_xrc-${WX_VERSION}.a

Re: [pgadmin-hackers] MinGW again

2003-08-16 Thread Darko Prenosil
- Original Message - From: Andreas Pflug [EMAIL PROTECTED] To: Darko Prenosil [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, August 16, 2003 10:02 PM Subject: Re: [pgadmin-hackers] MinGW again Darko Prenosil wrote: I just fetched fresh sources from CVS, and I see

Re: [pgadmin-hackers] Croatian Native Language Name

2003-08-15 Thread Darko Prenosil
- Original Message - From: Andreas Pflug [EMAIL PROTECTED] To: Darko Prenosil [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, August 15, 2003 10:50 AM Subject: Re: [pgadmin-hackers] Croatian Native Language Name And as you may guess, my Croatian is... er... somewhat limited

Re: [pgadmin-hackers] Some remarks to pgadmin III

2003-08-14 Thread Darko Prenosil
- Original Message - From: Andreas Pflug [EMAIL PROTECTED] To: claus [EMAIL PROTECTED] Cc: Dave Page [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, August 14, 2003 11:22 PM Subject: Re: [pgadmin-hackers] Some remarks to pgadmin III This is merely a TODO, not a BUG. wxWindows

Re: [pgadmin-hackers] pgAdmin3 help system

2003-08-14 Thread Darko Prenosil
- Original Message - From: Andreas Pflug [EMAIL PROTECTED] To: Darko Prenosil [EMAIL PROTECTED] Cc: pgadmin-hackers [EMAIL PROTECTED] Sent: Friday, August 08, 2003 5:49 PM Subject: Re: [pgadmin-hackers] pgAdmin3 help system Darko Prenosil wrote: pgsql content was done acording

Re: [pgadmin-hackers] pgAdmin3 help system

2003-08-08 Thread Darko Prenosil
On Friday 08 August 2003 10:55, Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 07 August 2003 19:25 To: Dave Page Cc: pgadmin-hackers Subject: pgAdmin3 help system Hi Dave, I revised the help file and entry point generation, I

Re: [pgadmin-hackers] pga3 website

2003-08-07 Thread Darko Prenosil
On Thursday 07 August 2003 16:35, Dave Page wrote: Yes please - if it's good let's have it :-) Regards, Dave. -Original Message- From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] Sent: 07 August 2003 15:26 To: Dave Page Cc: Darko Prenosil; Andreas

Re: [pgadmin-hackers] pga3 website

2003-08-06 Thread Darko Prenosil
On Wednesday 06 August 2003 00:18, Andreas Pflug wrote: Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 05 August 2003 22:09 To: Dave Page Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [pgadmin-hackers] pga3 website Dave Page wrote:

Re: [pgadmin-hackers] Compiled libpq 7.3.2./7.3.3 for windows

2003-07-29 Thread Darko Prenosil
On Tuesday 29 July 2003 02:12, Hiroshi Saito wrote: Dear Darko Prenosil. - Original Message - From: Darko Prenosil [EMAIL PROTECTED] I finally have working copy of pgadmin III builded with MinGW. Unfortunately I don't have Visual C, so I can't build libpq. Currently I'm using

Re: [pgadmin-hackers] PostgreSQL.hhp

2003-07-23 Thread Darko Prenosil
On Wednesday 23 July 2003 13:04, Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 23 July 2003 09:43 To: Dave Page Cc: Darko Prenosil; [EMAIL PROTECTED] Subject: Re: [pgadmin-hackers] PostgreSQL.hhp So do what you must do. I won't

Re: [pgadmin-hackers] PostgreSQL.hhp

2003-07-22 Thread Darko Prenosil
- Original Message - From: Andreas Pflug [EMAIL PROTECTED] To: Dave Page [EMAIL PROTECTED] Cc: Darko Prenosil [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 5:05 PM Subject: Re: [pgadmin-hackers] PostgreSQL.hhp Dave Page wrote: -Original Message- From

Re: [pgadmin-hackers] PostgreSQL.hhp

2003-07-22 Thread Darko Prenosil
- Original Message - From: Andreas Pflug [EMAIL PROTECTED] To: Darko Prenosil [EMAIL PROTECTED] Cc: Dave Page [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 8:17 PM Subject: Re: [pgadmin-hackers] PostgreSQL.hhp Darko Prenosil wrote: - Original Message

Re: [pgadmin-hackers] acinclude.m4.patch

2003-07-21 Thread Darko Prenosil
- Original Message - From: Adam H. Pendleton [EMAIL PROTECTED] To: pgadmin-hackers [EMAIL PROTECTED] Sent: Monday, July 21, 2003 7:34 PM Subject: [pgadmin-hackers] acinclude.m4.patch This patch cleans up the acinclude code (wx library is no longer tied to a particular system type),

[pgadmin-hackers] hhp for /docs/en_US/pg

2003-07-20 Thread Darko Prenosil
I can see the hhp(html help for Windows) project for pgAdmin, but not for the PostgreSQL documentation. Attached. Regards ! PostgreSQL.hhp Description: Binary data ---(end of broadcast)--- TIP 7: don't forget to increase your free space map

Re: [pgadmin-hackers] Trouble with wxWindows (XRC and STC linking

2003-07-15 Thread Darko Prenosil
- Original Message - From: Adam H. Pendleton [EMAIL PROTECTED] To: Darko Prenosil [EMAIL PROTECTED] Cc: Dave Page [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 5:36 PM Subject: Re: [pgadmin-hackers] Trouble with wxWindows (XRC and STC linking This new acinclude.m4

Re: [pgadmin-hackers] Trouble with wxWindows (XRC and STC linking problem)

2003-07-14 Thread Darko Prenosil
- Original Message - From: Darko Prenosil [EMAIL PROTECTED] To: Dave Page [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, July 12, 2003 10:59 PM Subject: Re: [pgadmin-hackers] Trouble with wxWindows (XRC and STC linking problem) - Original Message - From: Dave Page

Re: [pgadmin-hackers] Trouble with wxWindows (XRC and STC linking problem)

2003-07-13 Thread Darko Prenosil
- Original Message - From: Dave Page [EMAIL PROTECTED] To: Darko Prenosil [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, July 12, 2003 11:14 PM Subject: Re: [pgadmin-hackers] Trouble with wxWindows (XRC and STC linking problem) What were the changes to configure that you made

[pgadmin-hackers] Trouble with wxWindows (XRC and STC linking problem)

2003-07-12 Thread Darko Prenosil
I tried to compile pgadmin on MinGW and win2000, but without GTK. There was only one change in configure script to make it possible, and one in the code. There is wyApp::setAuto3D call in the pgadmin, and according to wxWindows core developers, it is deprecated (I posted a message to

[pgadmin-hackers] COMMENT ON FUNCTION

2003-07-02 Thread Darko Prenosil
When function has arguments, for example : foo(varchar,int) extracted metadata from pgadmin is: COMMENT ON FUNCTION foo IS 'Comment'; which is wrong, it shoul'd be : COMMENT ON FUNCTION foo(varchar,int) IS 'Comment'; Regards ! ---(end of

[pgadmin-hackers] Bug in pgAdmin III

2003-06-28 Thread Darko Prenosil
From grant manager on table I got this output: GRANT SELECT, RULE, REFERENCE, TRIGGER ON TABLE db_info.clients TO public; It should be : GRANT SELECT, RULE, REFERENCES, TRIGGER ON TABLE db_info.clients TO public; Keyword is not REFERENCE but REFERENCES ! Regards !

[pgadmin-hackers] PostgreSQL service manager

2003-06-23 Thread Darko Prenosil
I wrote PostgreSQL service manager (for spoiled windows users) using wxWindows that can query service status, start, stop and restart postmaster service under windows(currently under cygwin, but this should work even with native port when finished as long as service name is postmaster). I

Re: [pgadmin-hackers] PostgreSQL service manager

2003-06-23 Thread Darko Prenosil
On Monday 23 June 2003 12:50, Andreas Pflug wrote: Darko Prenosil wrote: I wrote PostgreSQL service manager (for spoiled windows users) using wxWindows that can query service status, start, stop and restart postmaster service under windows(currently under cygwin, but this should work