Re: [pgadmin-support] pgadmin III - database backup / restore

2004-08-17 Thread Andreas Pflug
Please do NOT mail directly, use the list. [EMAIL PROTECTED] wrote: Placing pg_dump & company in the pgadmin3 directory made the tools menu option availble; however the backup procedure locks up pgadmin 3 with a command line prompt in the messages portion of the backup dialog. I assume that pgadm

Re: [pgadmin-support] load project problems with pgAdmin II

2004-08-17 Thread Dave Page
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Donald FraserSent: 16 August 2004 22:58To: [pgADMIN]Subject: [pgadmin-support] load project problems with pgAdmin II Hi,I'm trying to load up the old pgAdmin II source but running into some problems.  O

Re: [pgadmin-support] Storing configuration in a centralised database?

2004-08-17 Thread Andreas Pflug
Justin Clift wrote: Hi all, Has any thought been given to storing the pgAdmin configuration in a cental database? Yes, you :-) That way a central server could hold all of the configuration info for the company databases, and people can connect to that central server which will provide all the ne

Re: [pgadmin-support] load project problems with pgAdmin II

2004-08-17 Thread Donald Fraser
Thanks Dave, line terminators - arh yes, that will be it ;-). All other projects that I use CVS with have unix style line terminators. Should have cottoned on to that one myself as I did look at the buildall.bat file and noticed that it was unreadable using notepad! Been a long time since I

Re: [pgadmin-support] Storing configuration in a centralised database?

2004-08-17 Thread Justin Clift
Andreas Pflug wrote: That way a central server could hold all of the configuration info for the company databases, and people can connect to that central server which will provide all the needed info for connecting to other databases. IMHO, it's not worth the effort. pgAdmin3 isn't targeted at e

Re: [pgadmin-support] Storing configuration in a centralised database?

2004-08-17 Thread Andreas Pflug
Justin Clift wrote: For example, with a centalised repository we could have some kind of (SNMP?) daemon that keeps the repository updated with the status of the databases. If pgAdmin could also hook into this kind of repository, it could leverage off of the information there. Definitions of se

Re: [pgadmin-support] Storing configuration in a centralised database?

2004-08-17 Thread Justin Clift
Andreas Pflug wrote: You certainly can contribute something like that, it could accompany the "local server detection" stuff for win32. Show the code! I just wish pgAdmin was written in PHP-GTK. :) + Justin Regards, Andreas ---(end of broadcast)--

Re: [pgadmin-support] Storing configuration in a centralised database?

2004-08-17 Thread Andreas Pflug
Justin Clift wrote: Andreas Pflug wrote: You certainly can contribute something like that, it could accompany the "local server detection" stuff for win32. Show the code! I just wish pgAdmin was written in PHP-GTK. :) Coding is coding, and if you want PHP you can use phppgadmin. For pgadmin's

Re: [pgadmin-support] load project problems with pgAdmin II

2004-08-17 Thread Dave Page
Hi Donald,   You're welcome to use our code as an example of course, but it is pretty complex, and probably not the best help there is out there.   Regards, Dave From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Donald FraserSent: 17 August 2004 09:27To: [pgADMIN

[pgadmin-support] weird problem, cant edit data in tables

2004-08-17 Thread Roger D. Vargas
my version is 1.0.2 for windows, and some recently created tables cant be edited to insert/update values. Simply the grid doesnt appears or if there is data (inserted in psql by hand) it cant be modified. Seems to happen only for tables that has a field referencing a master table. I created the tab

Re: [pgadmin-support] weird problem, cant edit data in tables

2004-08-17 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Roger D. Vargas > Sent: 17 August 2004 13:06 > To: PgAdmin Support Mailing List > Subject: [pgadmin-support] weird problem, cant edit data in tables > > my version is 1.0.2 for windows, and some

Re: [pgadmin-support] weird problem, cant edit data in tables

2004-08-17 Thread Roger D. Vargas
El mar, 17-08-2004 a las 08:11, Dave Page escribiÃ: > > > > my version is 1.0.2 for windows, and some recently created > > tables cant be edited to insert/update values. Simply the > > grid doesnt appears or if there is data (inserted in psql by > > hand) it cant be modified. Seems to happen on

Re: [pgadmin-support] Compilation error [solved]

2004-08-17 Thread Giovanni P. Tirloni
or both the wxWid and pgAdmin III products. Great idea, I probably missed the unicode option for wxWidgets. It works now! Thank you very much for the attention spent. Great work! Congratulations.. So pgadmin 20040817-cvs works for the following environment: Fedora Core 3 (test1) G

[pgadmin-support] error with pgadmin for linux

2004-08-17 Thread Roger D. Vargas
I downloaded and installed the wxGTK rpms for FC2 (version 20031010) and pgadmin (I found only the FC1 rpm). I didnt got any dependencies proble, but when i try to run pgadmin i got this error: pgadmin3: error while loading shared libraries: pgadmin3: undefined symbol: _gtk_accel_group_attach What

Re: [pgadmin-support] weird problem, cant edit data in tables

2004-08-17 Thread Andreas Pflug
Roger D. Vargas wrote: El mar, 17-08-2004 a las 08:11, Dave Page escribiÃ: my version is 1.0.2 for windows, and some recently created tables cant be edited to insert/update values. Simply the grid doesnt appears or if there is data (inserted in psql by hand) it cant be modified. Seems to happen

Re: [pgadmin-support] error with pgadmin for linux

2004-08-17 Thread Giovanni P. Tirloni
Roger D. Vargas disse: > I downloaded and installed the wxGTK rpms for FC2 (version 20031010) and > pgadmin (I found only the FC1 rpm). I didnt got any dependencies proble, > but when i try to run pgadmin i got this error: > pgadmin3: error while loading shared libraries: pgadmin3: undefined > sym

Re: [pgadmin-support] error with pgadmin for linux

2004-08-17 Thread Roger D. Vargas
El mar, 17-08-2004 a las 13:07, Giovanni P. Tirloni escribiÃ: > Roger D. Vargas disse: > > I downloaded and installed the wxGTK rpms for FC2 (version 20031010) and > > pgadmin (I found only the FC1 rpm). I didnt got any dependencies proble, > > but when i try to run pgadmin i got this error: > > pg

Re: [pgadmin-support] weird problem, cant edit data in tables

2004-08-17 Thread Roger D. Vargas
El mar, 17-08-2004 a las 14:46, Andreas Pflug escribiÃ: > Roger D. Vargas wrote: > > El mar, 17-08-2004 a las 08:11, Dave Page escribiÃ: > > > >>>my version is 1.0.2 for windows, and some recently created > >>>tables cant be edited to insert/update values. Simply the > >>>grid doesnt appears or

Re: [pgadmin-support] weird problem, cant edit data in tables

2004-08-17 Thread Andreas Pflug
In order to edit tables, they need to have uniquely identifyable rows, see the doc. Sorry for the term, a master table is the one that contains the primary key, the "detail" table references the primary key in that master table, a "master-detail" relationship. Create primary keys in *every* table

Re: [pgadmin-support] Compilation error [solved]

2004-08-17 Thread Raphaël Enrici
line for both the wxWid and pgAdmin III products. Great idea, I probably missed the unicode option for wxWidgets. It works now! Yeeep! ;) Thank you very much for the attention spent. Great work! Congratulations.. So pgadmin 20040817-cvs works for the following environment: Fedora Core 3 (

Re: [pgadmin-support] error with pgadmin for linux

2004-08-17 Thread Diego A. Gil
Hi, This is a old problem with FC2. That wxGTk rpms doesnÂt work. There are some patches in the list. I am trying to compile last snapshot of pgadmin but I realize that I have to compile and install last wxWidgets snapshoot too. If I success, on FC2, I will post it on this list. Diego. El ma

Re: [pgadmin-support] error with pgadmin for linux

2004-08-17 Thread Devrim GUNDUZ
Hi, On Tue, 17 Aug 2004, Diego A. Gil wrote: > I am trying to compile last snapshot of pgadmin but I realize that I > have to compile and install last wxWidgets snapshoot too. > > If I success, on FC2, I will post it on this list. I'd be happy if someone build the RPM for wxWidgets on FC 2...

Re: [pgadmin-support] pgadmin III - database backup / restore

2004-08-17 Thread paul . n . shortis
Sorry about that Andreas, I'm used to the Xitami list where I just reply to a message and it automatically goes to the list. When I run pg_dump with or without the -U switch to provide the db user name, I always get prompted for a password, then (providing the passsword was correct) the dump