[BUGS] PPTP + Cisco - is it possible for RADIUS server to allocate IPs?

2003-01-10 Thread Ruslan A Dautkhanov
Hello all, I have problem with Cisco - it do not accept (do not use) my Framed-IP-Address attribute, but only use Cisco's internal IP pools for allocating IPs for PPTP users. Is it possible for Cisco to accept RADIUS's Framed-IP-Address attribute to correct setting up IP ad

[BUGS] Bug #870: subselect returns more than one tuple where not possible

2003-01-10 Thread pgsql-bugs
Bors Folgmann ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description subselect returns more than one tuple where not possible Long Description I'm using postgresql 7.2.2 on RedHat Linux 8.0. Inside a transaction (PL/pgSQL function) I u

Re: [BUGS] Bug #870: subselect returns more than one tuple where not possible

2003-01-10 Thread Tom Lane
[EMAIL PROTECTED] writes: > Sometimes when running concurrent updates, the function fails with ERROR: More than >one tuple returned by a subselect used as an expression. Can't say much about this when you aren't showing us the concurrent-update sequence of operations. re

Re: [BUGS] dropping user doesn't erase his rights.

2003-01-10 Thread Sean Chittenden
> > Difficult to do, when those privileges might be recorded in > > databases you're not even connected to at the time of the drop. > > I belive it would be pretty difficult, but leaving it "just like > that" creates ssecurity breach (imagine someone droping user, > beliving that everytinh is o.k.

Re: [BUGS] PPTP + Cisco - is it possible for RADIUS server to

2003-01-10 Thread Josh Berkus
Ruslan, I'm afraid that you sent your message to the PostgreSQL Bugs Mailing List, where we cannot help you with Cisco problems. Please try an appropriate Cisco mailing list. -Josh Berkus ---(end of broadcast)--- TIP 5: Have you checked our extens

Re: [BUGS] Bug #864: MOD(RANDOM(),1.0) don't work in 7.3.1

2003-01-10 Thread Sverre H. Huseby
[Tom Lane] | This is not a bug, but an intentional change: float->numeric isn't | an implicit cast anymore. Ah. I didn't find it in the "Observe the following incompatibilities" of the HISTORY file, so I imagined it could be unintentional. Thanks for replying! Sverre. -- [EMAIL PROTECTE

[BUGS] Function round(double precision, integer) does not exists troublein 7.3.1, did work on 7.2.1

2003-01-10 Thread Felipe Barousse Boué
I am having trouble with a function round that used to work in 7.2.1 PostgreSQL was updated to 7.3.1 from 7.2.1, the data was re-loaded into 7.3.1 with no complaints from the DB engine but, at application run time, we do get the error: Function round(double precision, integer) does not exists Co

Re: [BUGS] Bug #865: PostgreSQL 7.3 and 7.3.1 fails to compile

2003-01-10 Thread Dan Wright
On Tue, 7 Jan 2003, Tom Lane wrote: > Apparently, our configure script thinks you have getopt_long(), but you > really don't. Can you look into the situation and figure out why > configure is confused? > > It surprises me that this would happen when 7.2 worked okay --- I don't > think we change

Re: [BUGS] Bug #866: Cursor scrolling broken in 7.3.1 (works in 7.2.1)

2003-01-10 Thread Florian Wunderlich
Tom Lane wrote: > > [EMAIL PROTECTED] writes: > > Cursor scrolling broken in 7.3.1 (works in 7.2.1) > > That's a fairly sweeping claim. > > I have found a bug that explains this problem for the case where the > cursor retrieves a single row using a unique index. Have you seen it > happen in any

[BUGS] PostgreSQL

2003-01-10 Thread Om Computer & Software S.R.L.
When inserting a row into a table, if there is a varchar column and if in that column the value to be inserted is a zero length string (like ‘’), then instead of writing a null value, PostgreSQL writes that zero length string. We are able to do this with delphi which generates such sql inse