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
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
> 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
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
> --
> -
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