Re: [pgadmin-support] pgAdmin3 bug

2004-08-18 Thread Andreas Pflug
Fixed in CVS, thanks for reporting. Regards, Andreas ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Re: [pgadmin-support] pgAdmin3 bug

2004-08-18 Thread Giovanni P. Tirloni
Andreas Pflug disse: > [EMAIL PROTECTED]> wrote: > >> >> I didn't enter " in the name field. The login name is stevie-o. >> Because the hyphen is treated as a token separator, the grant >> statement (as SQL) needs to look like this: >> >> GRANT SELECT ON TABLE foo TO "stevie-o" >> >> But when pgA

Re: [pgadmin-support] pgAdmin3 bug

2004-08-18 Thread Andreas Pflug
[EMAIL PROTECTED]> wrote: I didn't enter " in the name field. The login name is stevie-o. Because the hyphen is treated as a token separator, the grant statement (as SQL) needs to look like this: GRANT SELECT ON TABLE foo TO "stevie-o" But when pgAdmin3 tries to show the SQL that would recreate ta

Re: [pgadmin-support] pgAdmin3 bug

2004-08-18 Thread Stephen Oberholtzer
On Wed, 18 Aug 2004 10:18:42 +, Andreas Pflug <[EMAIL PROTECTED]> wrote: > Stephen Oberholtzer wrote: > > I downloaded the latest win32 version - dated 8/17, although the > > executable was dated 8/15? > > This is correct, the new snapshot includes an old executable, with new docs. > > > > How

Re: [pgadmin-support] pgAdmin3 bug

2004-08-18 Thread Andreas Pflug
Stephen Oberholtzer wrote: I downloaded the latest win32 version - dated 8/17, although the executable was dated 8/15? This is correct, the new snapshot includes an old executable, with new docs. However, the little preview window that shows the script to recreate the table gets a teeny little bit

[pgadmin-support] pgAdmin3 bug

2004-08-18 Thread Stephen Oberholtzer
I downloaded the latest win32 version - dated 8/17, although the executable was dated 8/15? (This is where it pays off to do things different from everyone else.) I created for myself an account named "stevie-o". Thus, to grant access to the database, I have to do this: grant select on foo to "

Re: [pgadmin-support] pgadmin3 bug

2003-08-19 Thread Dave Page
Title: Message Thanks Marc, fix applied and tested.   Regards, dave. -Original Message-From: Marc Persuy [mailto:[EMAIL PROTECTED] Sent: 19 August 2003 14:16To: [EMAIL PROTECTED]Subject: [pgadmin-support] pgadmin3 bug     Hello: here is a bug in pgadmin3

[pgadmin-support] pgadmin3 bug

2003-08-19 Thread Marc Persuy
Title: Message     Hello: here is a bug in pgadmin3.   I use a postgresQL 7.3.2 database, upon which I added some comments on view definition AND  view attributes.   for instance :   - CREATE TABLE regions_sys (    num_region integer