Re: [BUGS] Problem with ecpg

2000-06-13 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Can someone comment on this patch? >> This forbids ":" to be the second (or above) char in an operator. >> Is there any situation where it should be? It would surely be intolerable for ecpg to have different ideas about what is an operator name than th

Re: [BUGS] libpgtcl

2000-06-13 Thread Bruce Momjian
Applied. > Hello, > > in the Directory src/bin/pgtclsh there is a good mechanism to integrate > the > tcl-spec in the Makefile. > The patch in the attachemant does this in the src/interfaces/libpgtcl > too > > Thank you > Rudolf > -- > -

Re: [BUGS] jdbc2 bug in absolute (ResultSet.java)

2000-06-13 Thread Bruce Momjian
> The "absolute" method is called by the relative method to change the > cursor position. However, I noticed that absolute does not change > current_row, it only loads the data. > > Shoudn't absolute contain the following line : > > current_row=index; > The current code shows: curren

Re: [BUGS] Small bug with numeric in 7.0 (also in 6.5.3)

2000-06-13 Thread Bruce Momjian
Any comments on this one? > Raul Chirea <[EMAIL PROTECTED]> writes: > > So, it seems to be a parser difficulty (bug) to correctly determine > > the type of a numeric constant with decimals (like 99.9). > > Yes. You can find more about this in the pgsql-hackers archives. > We've been aware of t

Re: [BUGS] grant/revoke bug with delete/update

2000-06-13 Thread Jerome Alet
On Fri, 9 Jun 2000, Bruce Momjian wrote: > Are we addressing this? Yes, please do. And please don't forget the following: when dropping an user postgresql (actually the superuser must do it manually) should first revoke all user's permissions on all databases, because the deleted userid is re