Re: [pgadmin-support] bit length not correct in pgAdmin III 1.0

2003-10-01 Thread Andreas Pflug
Jacco Beije wrote: Hi, First of all thumbs up to all pgAdmin developers: it's a great tool and I've been happy using it for quite some time now. Thanks! I would like to report a small bug in pgAdmin III 1.0 with regard to bitlength: - A column that is defined as bit(32) will appear in pgAd

Re: [pgadmin-support] feature suggestion

2003-10-01 Thread Andreas Pflug
Tim McAuley wrote: Hi, I've just installed PGAdmin 1.0 and ma very impressed! Well done guys. We've been using phppgadmin until now but this seems like its a good alternative. Anyway, one of the reasons I installed this was to see if it had any features for viewing current locks on the system

[pgadmin-support] feature suggestion

2003-10-01 Thread Tim McAuley
Hi, I've just installed PGAdmin 1.0 and ma very impressed! Well done guys. We've been using phppgadmin until now but this seems like its a good alternative. Anyway, one of the reasons I installed this was to see if it had any features for viewing current locks on the system. It doesn't seem to

Re: [pgadmin-support] Sorting questions and an SSL question

2003-10-01 Thread Dave Page
> -Original Message- > From: Network Administrator [mailto:[EMAIL PROTECTED] > Sent: 01 October 2003 16:35 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] Sorting questions and an SSL question > > > > Ok, thanks Dave. One of the networks I manage needs HIPAA

Re: [pgadmin-support] Sorting questions and an SSL question

2003-10-01 Thread Network Administrator
Quoting Andreas Pflug <[EMAIL PROTECTED]>: > Network Administrator wrote: > > >Greetings everyone, > > > >First of all, thank you for pgAdmin III. Its a very nice tool and I used it > in > >on Winblowz 2000 and I also installed it on one of my Linux laptops > (Slackware9 > >Package). > > > >I've

Re: [pgadmin-support] Sorting questions and an SSL question

2003-10-01 Thread Network Administrator
Quoting Dave Page <[EMAIL PROTECTED]>: > Hi Keith, > > > -Original Message- > > From: Network Administrator [mailto:[EMAIL PROTECTED] > > Sent: 01 October 2003 15:47 > > To: [EMAIL PROTECTED] > > Subject: [pgadmin-support] Sorting questions and an SSL question > > > > > > Greetings eve

Re: [pgadmin-support] Russian data in SQL_ASCII encoding

2003-10-01 Thread Andreas Pflug
Andreas Pflug wrote: Моисеев Алексей Николаевич wrote: Hi!!! Why russian data from tables in pgadmin 3 release in SQL_ASCII coding is not visible, but this data visible in pgadmin 2? What is the different between pgadmin3 and pgadmin2 for this problem? Thanks. Hm, I suspect that the server isn'

Re: [pgadmin-support] Sorting questions and an SSL question

2003-10-01 Thread Andreas Pflug
Network Administrator wrote: Greetings everyone, First of all, thank you for pgAdmin III. Its a very nice tool and I used it in on Winblowz 2000 and I also installed it on one of my Linux laptops (Slackware9 Package). I've got serveral questions that concern me in moving forward recommending thi

Re: [pgadmin-support] Sorting questions and an SSL question

2003-10-01 Thread Dave Page
Hi Keith, > -Original Message- > From: Network Administrator [mailto:[EMAIL PROTECTED] > Sent: 01 October 2003 15:47 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Sorting questions and an SSL question > > > Greetings everyone, > > First of all, thank you for pgAdmin III. Its a

[pgadmin-support] Sorting questions and an SSL question

2003-10-01 Thread Network Administrator
Greetings everyone, First of all, thank you for pgAdmin III. Its a very nice tool and I used it in on Winblowz 2000 and I also installed it on one of my Linux laptops (Slackware9 Package). I've got serveral questions that concern me in moving forward recommending this tool be used. I hoping the

Re: [pgadmin-support] installation of pgAdmin3 on SuSE8.2

2003-10-01 Thread b-vol
Dear Tino, you wrote: > Just a word: you dont have to reboot on *nix unless > you do kernel developement. In your case you would > just set the variable in the current shell and or > add it to your .bashrc, .cshrc or whatever and open > a new shell :-) I know, I know - it is habit I sometime p

Re: [pgadmin-support] installation of pgAdmin3 on SuSE8.2

2003-10-01 Thread Tino Wildenhain
hi b-vol, b-vol wrote: Dear Mark and List Members, Thanks for your help. The source installation of vxWindows worked as you suggested. I installed agnome system as suggested. After running the configure script, the foist make reported some missing files, I unhashed the following lines in

[pgadmin-support] bit length not correct in pgAdmin III 1.0

2003-10-01 Thread Jacco Beije
Hi, First of all thumbs up to all pgAdmin developers: it's a great tool and I've been happy using it for quite some time now. I would like to report a small bug in pgAdmin III 1.0 with regard to bitlength: - A column that is defined as bit(32) will appear in pgAdmin as bit(28) (both in the column

Re: [pgadmin-support] installation of pgAdmin3 on SuSE8.2

2003-10-01 Thread b-vol
Dear Mark and List Members, Thanks for your help. The source installation of vxWindows worked as you suggested. I installed agnome system as suggested. After running the configure script, the foist make reported some missing files, I unhashed the following lines in /etc/profile LD_LIBRAR

Re: [pgadmin-support] Russian data in SQL_ASCII encoding

2003-10-01 Thread Andreas Pflug
Моисеев Алексей Николаевич wrote: Hi!!! Why russian data from tables in pgadmin 3 release in SQL_ASCII coding is not visible, but this data visible in pgadmin 2? What is the different between pgadmin3 and pgadmin2 for this problem? Thanks. Hm, I suspect that the server isn't able to translate your

[pgadmin-support] Russian data in SQL_ASCII encoding

2003-10-01 Thread Моисеев Алексей Николаевич
Hi!!! Why russian data from tables in pgadmin 3 release in SQL_ASCII coding is not visible, but this data visible in pgadmin 2? What is the different between pgadmin3 and pgadmin2 for this problem? Thanks. ---(end of broadcast)--- TIP 4: Don't 'kill

Re: [pgadmin-support] Cannot create index if table name contains uppercase characters

2003-10-01 Thread Dave Page
Hi, This problem occurs because pgAdmin doesn't quote the table name as it should when mixed case names are involved. I have fixed this in CVS for the next release. In order to create your indexes, you may use the SQL generated by pgAdmin, but add the quotes manually around the table name in th

[pgadmin-support] Cannot create index if table name contains uppercase characters

2003-10-01 Thread Oldr(ich Dlouhý
-- PGAdmin -- version: PGAdmin III version 1.0.0 OS: Windows XP Professional SP1 -- postgres -- Postgres: 7.3.4 on i686-pc-linux-gnu OS: RedHat Linux 9 - steps to reproduce -- 1. Create table with uppercase characters in name (like "tTable") 2. Create index on that table -- Actual res

Re: [pgadmin-support] Question: Russian data

2003-10-01 Thread Dave Page
Hello, Please use the [EMAIL PROTECTED] mailing list for support queries. I know little about the unicode support myself, (though others on the list do) but I suspect the first thing to find out is what encoding your database in? Regards, Dave. > -Original Message- > From: [EMAIL PROT

Re: [pgadmin-support] pgAdminIII bug

2003-10-01 Thread Dave Page
Hi Jason, > -Original Message- > From: Jason Godden [mailto:[EMAIL PROTECTED] > Sent: 01 October 2003 08:55 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] pgAdminIII bug > > > Hi All, > > Dave - as I've posted once before in reference to pgAdminII - > GREAT JOB. The > pgAdmin

[pgadmin-support] pgAdminIII bug

2003-10-01 Thread Jason Godden
Hi All, Dave - as I've posted once before in reference to pgAdminII - GREAT JOB. The pgAdmin team always creates a great tool. I have found a bug however in the 1.0 release of pgAdminIII. If you create a trigger linked to a stored procedure (normal means of creating a trigger), the trigger p

Re: [pgadmin-support] Error Message: Object variable or With block variable not set

2003-10-01 Thread Dave Page
Hi Angel, This error should be fixed now - there was a typo in the data file on the pgAdmin webserver. Regards, Dave > -Original Message- > From: Angel Vicente Perez [mailto:[EMAIL PROTECTED] > Sent: 30 September 2003 11:19 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Error Mess

Re: [pgadmin-support] Error Message: Variabile oggetto o variabile del blocco With non impostata

2003-10-01 Thread Dave Page
Hi Riccardo, This error should be fixed now - there was a typo in the data file on the pgAdmin webserver. Regards, Dave > -Original Message- > From: Riccardo [mailto:[EMAIL PROTECTED] > Sent: 30 September 2003 10:57 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Error Message: Var

Re: [pgadmin-support] Error Message: Object variable or With block variable not set

2003-10-01 Thread Dave Page
Hi Gerard, This error should be fixed now - there was a typo in the data file on the pgAdmin webserver. Regards, Dave > -Original Message- > From: Gerard Talbert [mailto:[EMAIL PROTECTED] > Sent: 30 September 2003 20:51 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Error Message:

[pgadmin-support] Error Message: Object variable or With block variable not set

2003-10-01 Thread Gerard Talbert
-- System Information -- Platform: Windows XP Version: 5.1 Build: 2600 Service Pack 1 -- Application Information -- Name: pgAdmin II Version: 1.6.0 Descripton: Name: pgSchema Version: 1.6.0 Descripton: PostgreSQL Schema Objects v1.6.0 -- Database Information -- Version: 0.0.0 Descripton: