Re: [pgadmin-support] pgadmin III

2003-07-08 Thread Dave Page
Hi George, The Slackware package puts them in /usr/local/pgadmin3/share/pgadmin3/docs/en_US/pg/. What path do you see under File -> Options? Is that the default? Regards, Dave. > -Original Message- > From: George T. Gibson [mailto:[EMAIL PROTECTED] > Sent: 08 July 2003 22:39 > To: [EMAI

Re: [pgadmin-support] pgadmin III

2003-07-08 Thread George T. Gibson
Andreas, I am using Slackware Packages - I assume that the documentation is not included there as well but may be with the source package from what you are saying. Thanks. Andreas Pflug wrote: George T. Gibson wrote: Looks like the documentation is not included - you may already be aware. An

Re: [pgadmin-support] pgadmin III

2003-07-08 Thread Andreas Pflug
George T. Gibson wrote: Looks like the documentation is not included - you may already be aware. An error has occured: Unable to open requested HTML document: .../share/pgadmin3/docs/en_US/pg/sql-vacuum.html The standard postgresql documentation isn't included in the win32 package. You can dow

[pgadmin-support] pgadmin III

2003-07-08 Thread George T. Gibson
Looks like the documentation is not included - you may already be aware. An error has occured: Unable to open requested HTML document: .../share/pgadmin3/docs/en_US/pg/sql-vacuum.html -- J.B. Stamping, Inc. George Gibson 7413 Associate Ave. Cleveland, OH 44144 216.631.0013 216.631.1327 fax [EMA

Re: [pgadmin-support] Overloading functions that are used by operators.

2003-07-08 Thread Andreas Pflug
Donald Fraser wrote: I have a question regarding operators which are causing problems with the new pgAdmin III software being developed and my database. The problem has been discussed in depth with the pgAdmin III development team and they have not been able to resolve the issue and suggested t

Re: [pgadmin-support] Overloading functions that are used by operators.

2003-07-08 Thread Dave Page
Title: Message Ahh, thanks. Was just looking at that.   Well I always thought you could overload functions in this way, however with your example below, although it creates it OK, PostgreSQL (not pgAdmin) gives the error 'ERROR: There is more than one function named textcat'.   As I said,

Fw: [pgadmin-support] Overloading functions that are used by operators.

2003-07-08 Thread Donald Fraser
Title: Message Whoops did it again - used the reply again without changing the to:   - Original Message - From: Donald Fraser To: Dave Page Sent: Tuesday, July 08, 2003 9:26 PM Subject: Re: [pgadmin-support] Overloading functions that are used by operators. Hi Dave, if you want an

Re: [pgadmin-support] Overloading functions that are used by operators.

2003-07-08 Thread Donald Fraser
Title: Message Sorry, I or Andreas can forward you the discussion we had, it didn't get published which I guess it should have (whoops). (I always get fooled by reply as it doesn't default to the mailing group)   Regards Donald     - Original Message - From: Dave Page T

Re: [pgadmin-support] Overloading functions that are used by operators.

2003-07-08 Thread Dave Page
Title: Message   -Original Message-From: Donald Fraser [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 21:00To: [ADMIN]Cc: [pgADMIN]Subject: [pgadmin-support] Overloading functions that are used by operators. I have a question regarding operators which are causing proble

[pgadmin-support] Overloading functions that are used by operators.

2003-07-08 Thread Donald Fraser
I have a question regarding operators which are causing problems with the new pgAdmin III software being developed and my database. The problem has been discussed in depth with the pgAdmin III development team and they have not been able to resolve the issue and suggested that I have either

Re: [pgadmin-support] Problem using Database Migration Wizard

2003-07-08 Thread Dave Page
> -Original Message- > From: cuttleyip [mailto:[EMAIL PROTECTED] > Sent: 08 July 2003 11:17 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Problem using Database Migration Wizard > > > > Dear Sir, > > I'm the user of the pgadminII. I've got a problem when I was > using the "Da

Re: [pgadmin-support] Problem compiling pgadmin3 from cvs

2003-07-08 Thread Andreas Pflug
Troels Arvin wrote: On Tue, 2003-07-08 at 14:25, Jean-Michel POURE wrote: Do not use these RPMs from http://shrike.freshrpms.net, because they are linked against GTK+, not GTK2+. We provide ready to use wxGTK RPMs at: Now I get: I just updated misc.cpp from cvs, and found it to be ok.

Re: [pgadmin-support] Problem compiling pgadmin3 from cvs

2003-07-08 Thread Andreas Pflug
Troels Arvin wrote: undefined reference to `FileRead(wxString const&,wxWindow*, int)' undefined reference to `FileWrite(wxString const&,wxString const&, int)' undefined reference to `DisplayHelp(wxWindow*, wxString const&)' These functions originate from utils/misc.cpp, which is clearly linked

Re: [pgadmin-support] Problem compiling pgadmin3 from cvs

2003-07-08 Thread Troels Arvin
On Tue, 2003-07-08 at 14:25, Jean-Michel POURE wrote: > Do not use these RPMs from http://shrike.freshrpms.net, because they are > linked against GTK+, not GTK2+. We provide ready to use wxGTK RPMs at: Now I get: g++ -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g -I../src/include -I

Re: [pgadmin-support] Problem compiling pgadmin3 from cvs

2003-07-08 Thread Jean-Michel POURE
On Tuesday 08 July 2003 14:16, Troels Arvin wrote: > My system: Red Hat 9. wxGTK from > http://shrike.freshrpms.net/rpm.html?id=644 Do not use these RPMs from http://shrike.freshrpms.net, because they are linked against GTK+, not GTK2+. We provide ready to use wxGTK RPMs at: http://www.pgadmin.o

[pgadmin-support] Problem using Database Migration Wizard

2003-07-08 Thread cuttleyip
Dear Sir, I'm the user of the pgadminII. I've got a problem when I was using the "Database Migration Wizard " for migrating oracle's table to postgresql. It prompt that: An error occured at: 2003/7/8 18:10:06: -2147217887: Multiple-step OLE DB operation generated errors. Check each OLE DB st

[pgadmin-support] Problem compiling pgadmin3 from cvs

2003-07-08 Thread Troels Arvin
Hello, I'm having trouble compiling pgadmin3 from cvs. See tail of compilation log below. My system: Red Hat 9. wxGTK from http://shrike.freshrpms.net/rpm.html?id=644 Before "make", I did sh bootstrap autoconf export CFLAGS="-march=i686 -O2" && export CXXFLAGS=$CFLAGS ./configure Any ideas what

Re: [pgadmin-support] pgadmin III craches when adding a column

2003-07-08 Thread Andreas Pflug
Marc Cuypers wrote: Hi, When adding a column to a table pgadmin III craches. Thanks, fixed. Regards, Andreas ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTE

[pgadmin-support] pgadmin III craches when adding a column

2003-07-08 Thread Marc Cuypers
Hi, When adding a column to a table pgadmin III craches. -- Best regards, Marc. ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your messa

Re: [pgadmin-support] pgadmin crash....

2003-07-08 Thread Dave Page
Title: Message pgAdmin II crashes because Microsoft MDAC simply cannot handle that much data.   pgAdmin III which is in development (snapshots at http://www.pgadmin.org/snapshots/) might be able to handle it though - it has a much improved query tool.   Regards, Dave. -Original Mess

[pgadmin-support] pgadmin crash....

2003-07-08 Thread Gracia-Lorca Gregory
i've done a "select" from 2 big table (7000 and 2500 lignes). the result have 85 lignes... -->  and pgadmin and pgaccess have crash   why?? can you help me??Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Testez le nouveau Yahoo! Mail