[pgadmin-support]

2002-11-28 Thread Mario Molfese
unsubscribe ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

[pgadmin-support] unsubscribe

2002-11-28 Thread kakaruto
unsubscribe This mail sent through Visitmail.com (c) Altranet ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED]

[pgadmin-support] unsubscribe

2002-11-28 Thread Florin Gheorghies
      unsubscribe

[pgadmin-support] unsubscribe

2002-11-28 Thread Otavio Luiz Venturoli Filho
unsubscribe  

[pgadmin-support] unsubscribe

2002-11-28 Thread Otavio Luiz Venturoli Filho
 

Re: [pgadmin-support] Setting varchar[] lenght?

2002-11-28 Thread Dave Page
> -Original Message- > From: Çagil Seker [mailto:[EMAIL PROTECTED]] > Sent: 28 November 2002 14:35 > To: PGAdmin-Support-List (E-mail) > Subject: [pgadmin-support] Setting varchar[] lenght? > > > How can I set the length of a varchar[] columns? On psql I > can use varchar[50] but on t

[pgadmin-support] Setting varchar[] lenght?

2002-11-28 Thread Çağıl Şeker
How can I set the length of a varchar[] columns? On psql I can use varchar[50] but on the "create column" form, pgAdmin won't let me to edit the length field. Thanks, Cagil. - "Yes, I am a criminal. My crime is that of outsmarting you. Something that you'll never forgive me f

Re: [pgadmin-support] pgAdmin bugs observed.

2002-11-28 Thread Dave Page
Title: Message Hi, -Original Message-From: Donald Fraser [mailto:[EMAIL PROTECTED]] Sent: 28 November 2002 11:20To: [EMAIL PROTECTED]Subject: [pgadmin-support] pgAdmin bugs observed. I apologise if these bugs have already been reported but I find searching for a list

[pgadmin-support] pgAdmin bugs observed.

2002-11-28 Thread Donald Fraser
I apologise if these bugs have already been reported but I find searching for a list of acknowledged bugs close to impossible using the mailing support system.   Name: Donald Fraser Os: Windows 2000 professional SP2. pgAdmin: 1.4.0 build 0. My skills: Embedded systems, C, C++, Java, 10+ years

Re: [pgadmin-support] An error (hhctrl.ocx) and a bug (DROP DB)

2002-11-28 Thread Dave Page
> -Original Message- > From: Çagil Seker [mailto:[EMAIL PROTECTED]] > Sent: 28 November 2002 10:16 > To: PGAdmin-Support-List (E-mail) > Subject: [pgadmin-support] An error (hhctrl.ocx) and a bug (DROP DB) > > > > On the installation of pgAdmin (.. 1.4.0 - 1.4.1. - 1.4.2) I > get en

[pgadmin-support] An error (hhctrl.ocx) and a bug (DROP DB)

2002-11-28 Thread Çağıl Şeker
On the installation of pgAdmin (.. 1.4.0 - 1.4.1. - 1.4.2) I get en error about hhctrl.ocx. But after I click OK the installation goes without error. The error is "Error 1931: The windows intaller service cannot update the system file C:\WINNT\System32\hhctrl.ocx because the fle is protected by

[pgadmin-support] unsubscribe

2002-11-28 Thread Jesús Gil
unsubscribe ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly

Re: [pgadmin-support] Can't uninstall pgadmin2 Version 1.3.82

2002-11-28 Thread Dave Page
Hi, That is the Microsoft Installer being a PITA. Make sure you have the original pgadmin2.msi file, and not a different version, and if that doesn't work, your best bet is to look on www.microsoft.com for the msizap.exe utility which will clear the MSI database entries for a given program. Regar

Re: [pgadmin-support] A question

2002-11-28 Thread Dave Page
That error comes from the server, and usually means that a function being called doesn't exist any more. I didn't think PostgreSQL 7.2 could return sets from a function though? Regards, Dave. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 28 November

[pgadmin-support] Can't uninstall pgadmin2 Version 1.3.82

2002-11-28 Thread oliver archner
Hy, when i try to uninstall pgadmin 1.3.82 the windows installer says that he can't find the file pdadmin2.msi because it's on a network resource. Manually specifying the path to pgadmin2.msi doesn't solve the problem. What's wrong ? Oliver ---(end of broadcast)

[pgadmin-support] A question

2002-11-28 Thread ÖxÈý
My postgresql version is 7.2.1 I have create a function: create function returnset(varchar) returns setofcomputers as ' select * from computer where hostname like ''%''+$1+''%'' ' language 'plpgsql'; But when I select returnset('aaa') ,it returns: An error has occured in pgAdmin II:frmSQLInput.cm