[BUGS] BUG #4932: Upgrade 8.2.13 -> 8.4.0 - Kerberos option missing

2009-07-22 Thread Peter Much
The following bug has been logged online: Bug reference: 4932 Logged by: Peter Much Email address: p...@citylink.dinoex.sub.org PostgreSQL version: 8.4.0 Operating system: FreeBSD 7.2 Description:Upgrade 8.2.13 -> 8.4.0 - Kerberos option missing Details: In chap

Re: [BUGS] BUG #4932: Upgrade 8.2.13 -> 8.4.0 - Kerberos option missing

2009-07-22 Thread Peter Much
Dear Magnus! On Wed, Jul 22, 2009 at 11:52:32AM +0200, Magnus Hagander wrote: ! On Wed, Jul 22, 2009 at 11:42, Peter Much wrote: ! > In chapter 19.3.5 of the manual an option "krb_server_hostname" is ! > mentioned. ! > This option was present in 8.2 but is no longer present

Re: [BUGS] BUG #4951: installation dir wrong for libpq compilation

2009-07-29 Thread Peter Eisentraut
On Wednesday 29 July 2009 01:57:50 Jim Michaels wrote: > it is impossible to compile in libpq headers unless the installation > directory for postgres has no spaces. compilers such as gcc/mingw don't > like that. Proof please? -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To m

Re: [BUGS] BUG #4953: Crash with xml functions

2009-07-29 Thread Peter Eisentraut
On Wednesday 29 July 2009 11:39:03 Giorgio Valoti wrote: > I get a crash when I invoke xml function like xml_is_well_formed. > > It works with static xml but not if it’s dynamically generated. > > It crashes even if I first create the xml dynamically and then invoke the > function with static text.

Re: [BUGS] BUG #4972: RFE: convert timestamps to fractional seconds

2009-08-10 Thread Peter Eisentraut
On Monday 10 August 2009 03:41:06 Richard Neill wrote: > * Division of a timestamp by an interval should result in something > dimensionless. What would be the semantics of this? What's today divided by 2 hours? -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to

Re: [BUGS] BUG #4985: LIMIT documentation is insufficient

2009-08-13 Thread Peter Eisentraut
On Friday 14 August 2009 02:32:38 Jim Michaels wrote: > The following bug has been logged online: > > Bug reference: 4985 > Logged by: Jim Michaels > Email address: jmich...@yahoo.com > PostgreSQL version: 8.4.0 > Operating system: XP Pro Sp3 > Description:LIMIT documen

Re: [BUGS] BUG #4999: select 'a' < 'A' is true, but should be false . . .

2009-08-24 Thread Peter Eisentraut
On tor, 2009-08-20 at 20:24 +, Brian Ceccarelli wrote: > since the < and > comparison operators seem to be case insensitive: > > select 'a' < 'Z';-- true > select 'a' < 'z';-- true > select 'A' < 'Z';-- true > select 'A' < 'z';-- true > > select 'z' < 'A';-- false > select

Re: [BUGS] BUG #4999: select 'a' < 'A' is true, but should be false . . .

2009-08-24 Thread Peter Eisentraut
On mån, 2009-08-24 at 20:10 +0100, Greg Stark wrote: > It's completely email based so we could just treat it as a mailing > list without having to go visit a web interface to stay up to date. We > could add CVS/whatever hooks so whenever a commit message says it > closes a bug it gets closed automa

Re: [BUGS] BUG #4999: select 'a' < 'A' is true, but should be false . . .

2009-08-24 Thread Peter Eisentraut
On mån, 2009-08-24 at 23:07 +0100, Greg Stark wrote: > I think it's a conceit to think we always fix bugs immediately. I completely agree with that one. The claim that we don't need a bug tracker because most bugs get fixed immediately is bogus because a) it's not true, and b) it doesn't help peo

Re: [BUGS] BUG #4999: select 'a' < 'A' is true, but should be false . . .

2009-08-24 Thread Peter Eisentraut
On mån, 2009-08-24 at 19:56 -0400, Tom Lane wrote: > Alvaro Herrera writes: > > Personally I still think debbugs would suit us perfectly, but 1. I don't > > have time to handle it, 2. nobody else believes this, 3. the debbugs > > developers are not very interested in helping us use it. > > What i

Re: [BUGS] BUG #5033: Fallback using Warm Standby

2009-09-03 Thread Peter Eisentraut
On tor, 2009-09-03 at 20:53 +, Raja Rayaprol wrote: > I would like to know if there is demand for similar functionality from > Postgres users, and whether PostgreSQL Plus (or other variant) offer > any > relief in this area ? This doesn't appear to be a bug. You might get better feedback fro

Re: [BUGS] BUG #5068: LIKE

2009-09-20 Thread Peter Eisentraut
On Sun, 2009-09-20 at 01:00 +, Paulo wrote: > like to select a field containing Numeric 4 and compared with a > char(30) > field. > In oracle and postgresql to version 8.2 worked perfectly, now the new > version no longer works, as we have many queries in this format. Hard to say without havi

Re: [BUGS] BUG #5092: to_ascii(); ascii() don't work with bytea

2009-10-02 Thread Peter Eisentraut
On Fri, 2009-10-02 at 02:17 +, Dan French wrote: > #1: bytea_string = '"0"' (table; bytea) > Function: >trim('"' both from bytea_string) > fails and returns: '"0' Works for me. Please submit a complete test case. > #2: Come on folks: Bytea is a series of bytes. Conversion to ASCII is

Re: [BUGS] BUG #5106: Relationship between two tables

2009-10-09 Thread Peter Eisentraut
On Fri, 2009-10-09 at 07:51 +, Mohamed Altamimi wrote: > I am new in Postgres .How i can give relationship between two tables 1 to > many. I am using pgAdmin III. This is not a bug. There are other forums for user support. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To

Re: [BUGS] Kerberos authentication, Active Directory, and PostgreSQL

2009-10-13 Thread Peter Eisentraut
On Mon, 2009-10-12 at 20:42 -0400, Turner, Ian wrote: > --- postgresql-8.4-8.4.1/src/backend/libpq/auth.c 2009-06-25 > 12:30:08.0 +0100 > +++ postgresql-8.4-8.4.1-fixed/src/backend/libpq/auth.c 2009-09-15 > 20:27:01.0 +0100 > @@ -166,6 +166,8 @@ > #endif > > static int

Re: [BUGS] BUG #5126: convert_to preventing index scan

2009-10-21 Thread Peter Eisentraut
On Mon, 2009-10-19 at 11:05 +, Roman Kapusta wrote: > I have table with bytea column, which is indexed (1) > I want to use index during pattern matching (eg. dir like > someDirectoryName > || '/%'), but concatenation of two strings cause error (2) > So I have to use function convert_to (convert

Re: [BUGS] BUG #5136: Please drop the string literal syntax for CREATE FUNCTION ...

2009-10-25 Thread Peter Eisentraut
On lör, 2009-10-24 at 14:01 +, Timothy Madden wrote: > Can the string literal syntax for CREATE FUNCTION please, please be dropped > ... ? > > http://www.postgresql.org/docs/8.4/interactive/plpgsql-structure.html > > It is not ANSI/ISO and so annoying for compatibility. Whatever is inside th

[BUGS] BUG #5137: Upgrade policy clarification

2009-10-25 Thread Peter Bengtson
The following bug has been logged online: Bug reference: 5137 Logged by: Peter Bengtson Email address: pe...@peterbengtson.com PostgreSQL version: 8.3.8 Operating system: Debian, Mac OS X Description:Upgrade policy clarification Details: It would be good if you to

Re: [BUGS] BUG #5137: Upgrade policy clarification

2009-10-25 Thread Peter Eisentraut
On sön, 2009-10-25 at 13:52 +, Peter Bengtson wrote: > It would be good if you to the page describing how a db dump is required > only for major verson upgrades, e.g. from 8.3.x to 8.4.x but not from, say, > 8.3.7 to 8.3.8, could add a proviso: a DB dump *is* necessary when upgrading

Re: [BUGS] BUG #5171: Composite type with array does not translate in plpythonu

2009-11-08 Thread Peter Eisentraut
On fre, 2009-11-06 at 17:29 +, Jason wrote: > When I have a plpythonu function returning a composite type that has an > array column, the function does not work when I try to return a list for > that column. There is a patch proposed to address that in 8.5, but before that, arrays are pretty m

Re: [BUGS] BUG #5171: Composite type with array does not translate in plpythonu

2009-11-09 Thread Peter Eisentraut
On Sun, 2009-11-08 at 16:33 -0500, Robert Haas wrote: > On Sat, Nov 7, 2009 at 5:23 AM, Peter Eisentraut wrote: > > On fre, 2009-11-06 at 17:29 +, Jason wrote: > >> When I have a plpythonu function returning a composite type that has an > >> array column, the functi

Re: [BUGS] BUG #5178: make check fails because of locale en_AU.US-ASCII

2009-11-10 Thread Peter Eisentraut
On tis, 2009-11-10 at 20:45 +, Boh Yap wrote: > make check > failed, when trying to initdb, with this message in log: > > could not determine encoding for locale "en_AU.US-ASCII": codeset is > "US-ASCII" Try using a different locale. -- Sent via pgsql-bugs mailing list (pgsql-bugs@

Re: [BUGS] BUG #5178: make check fails because of locale en_AU.US-ASCII

2009-11-11 Thread Peter Eisentraut
On tis, 2009-11-10 at 17:15 -0500, Tom Lane wrote: > I was wondering what we ought to do about this. I can't find any clear > documentation about these locales on my Mac, but it sure looks like they > are effectively encoding-agnostic, which means that it might be > reasonable to default to SQL_AS

Re: [BUGS] BUG #5178: make check fails because of locale en_AU.US-ASCII

2009-11-11 Thread Peter Eisentraut
On ons, 2009-11-11 at 14:27 -0500, Tom Lane wrote: > Okay. Then we need to fix pg_get_encoding_from_locale to distinguish > "I don't know the locale's encoding" from "I know the encoding and > it's > SQL_ASCII". I'm inclined to make it return -1 for the former, Makes sense. The other alternativ

Re: [BUGS] BUG #5171: Composite type with array does not translate in plpythonu

2009-11-12 Thread Peter Eisentraut
On lör, 2009-11-07 at 12:23 +0200, Peter Eisentraut wrote: > On fre, 2009-11-06 at 17:29 +, Jason wrote: > > When I have a plpythonu function returning a composite type that has an > > array column, the function does not work when I try to return a list for > > that co

[BUGS] BUG #5188: Inheritance: bug or feature?

2009-11-15 Thread Peter Dobos
The following bug has been logged online: Bug reference: 5188 Logged by: Peter Dobos Email address: dvc1...@gmail.com PostgreSQL version: 8.3.8 Operating system: Win XP Description:Inheritance: bug or feature? Details: Hi, I'm not sure that inherited table re

Re: [BUGS] BUG #5075: Text Search parser does not identify xml tag when attribute name's contains underscore

2009-11-15 Thread Peter Eisentraut
On ons, 2009-09-23 at 20:31 -0300, Euler Taveira de Oliveira wrote: > Marek Lewczuk escreveu: > > Please execute following example: > > select * from ts_debug('english', ' > align="right" style="margin: 0px 0px 5px 5px;" test_aa="26461"/>') > > > > As the result you will see, that is not identifi

Re: [BUGS] psql command line variables are unknown when -c SQL statement are executed

2009-11-16 Thread Peter Eisentraut
On mån, 2009-11-16 at 10:19 +0100, Pavel Stehule wrote: > wrong: > > pa...@nemesis ~]$ psql postgres -v x=10 -c "select :x" > ERROR: syntax error at or near ":" > LINE 1: select :x >^ This is documented in the psql man page. -- Sent via pgsql-bugs mailing list (pgsql-bugs@pos

Re: [BUGS] psql command line variables are unknown when -c SQL statement are executed

2009-11-18 Thread Peter Eisentraut
On mån, 2009-11-16 at 12:28 +0100, Pavel Stehule wrote: > 2009/11/16 Peter Eisentraut : > > On mån, 2009-11-16 at 10:19 +0100, Pavel Stehule wrote: > >> wrong: > >> > >> pa...@nemesis ~]$ psql postgres -v x=10 -c "select :x" > >> ERR

Re: [BUGS] psql -1 -f - busted

2009-11-26 Thread Peter Eisentraut
On tor, 2009-11-26 at 22:59 -0500, Robert Haas wrote: > ISTM that if you run psql with "-f -", you shouldn't expect to get an > interactive shell. Rather, you should expect psql to do whatever it > normally does when given -f somefilename, except using stdin rather > than the file. After all, you

Re: [BUGS] BUG #5232: plpythonu s=s.op() raises an exception

2009-12-03 Thread Peter Eisentraut
On tor, 2009-12-03 at 14:46 -0800, David Gardner wrote: > Not sure about the try block being related, I included it in my > example mostly because the example is a simplified version of some > code I was working on that had a try/except block. > I tried the function without the try block and it ra

Re: [BUGS] BUG #5232: plpythonu s=s.op() raises an exception

2009-12-19 Thread Peter Eisentraut
On tor, 2009-12-03 at 19:02 -0500, Tom Lane wrote: > Peter Eisentraut writes: > > ... So you should not try to assign to > > the parameters of a function. > > If it's allowed in normal Python functions, that definitely needs to be > documented. Better would be to fi

Re: [BUGS] BUG #5258: Unique and foreign key constraints fail on columns with reserved names, but not check constraints

2010-01-04 Thread Peter Eisentraut
On mån, 2010-01-04 at 03:48 +, Ben Woosley wrote: > However, unique and foreign key constraints added using the "alter > table add > constraint" syntax fail on the column name. At this point the > statement has > enough information (the host table name) to properly identify the > column > desp

Re: [BUGS] BUG #5361: KOI8U issue

2010-03-04 Thread Peter Eisentraut
On tor, 2010-03-04 at 07:31 +, Alexender wrote: > This is real problem. > Dump from Postgres 8.2 can't be restored in Postgres 8.4 > if I use on server 8.2 encodings KOI8 and --lc-collate and --lc-ctype > uk_UA.KOI8-U > Because conversion is not supported between KOI8R and KOI8U and > dump 8.

Re: [BUGS] PostgreSQL-9.0alpha: jade required?

2010-03-04 Thread Peter Eisentraut
On ons, 2010-02-24 at 12:16 -0500, Tom Lane wrote: > Joe Conway writes: > > Related to this I have noticed in recent weeks on my own development > > machine that "make install" takes *much* longer, but only sporadically, > > due to the docs building. > > This might be related to Peter's changes t

Re: [BUGS] PostgreSQL-9.0alpha: jade required?

2010-03-05 Thread Peter Eisentraut
On tor, 2010-03-04 at 12:09 -0500, Robert Haas wrote: > I think that the whole idea of make targets building different things > depending on what you've built previously is confusing, > counterintuitive, and illogical. make all should either build the > docs, or not; trying to guess what the user

Re: [BUGS] PostgreSQL-9.0alpha: jade required?

2010-03-05 Thread Peter Eisentraut
On tor, 2010-03-04 at 17:53 +, Lou Picciano wrote: > While I'd agree a 'make all' should, uh... make _all_, and that make > building based on lots of guessing is counterintuitive, an option to > configure like: > > ./configure --no-docs or ./configure --with-htmldocs-only > > - with som

Re: [BUGS] PostgreSQL-9.0alpha: jade required?

2010-03-05 Thread Peter Eisentraut
On fre, 2010-03-05 at 08:09 -0500, Tom Lane wrote: > Peter Eisentraut writes: > > On tor, 2010-03-04 at 17:53 +, Lou Picciano wrote: > >> ./configure --no-docs or ./configure --with-htmldocs-only > > > But that would be a negative regression for end users, who w

Re: [BUGS] Error when lock conflict on REPLACE function

2010-03-16 Thread Peter Eisentraut
On mån, 2010-03-15 at 14:13 -0700, Josh Berkus wrote: > 1. Create a function. > 2. In one session, start an explicit transaction. > 3. Do a CREATE OR REPLACE on the same function, but do not commit. > 4. Open a 2nd session, and an explicit transaction in that session. > 5. Do a CREATE OR REPLACE on

Re: [BUGS] BUG #5272: PL/Python SELECT: return composite fields as dict, not str

2010-03-29 Thread Peter Eisentraut
On sön, 2010-01-31 at 13:20 +0100, Steve White wrote: > Robert suggested that I start some documentation about limitations of > PL/Python. Find attached. > > I think it would also be good to explain the meaning of "trusted" regarding > PL/Python, and how it might impact the user. There is alread

[BUGS] BUG #5398: psql gives syntax error on .sql files with UTF-8 BOM

2010-03-31 Thread Peter Jukel
The following bug has been logged online: Bug reference: 5398 Logged by: Peter Jukel Email address: pju...@triplehash.com PostgreSQL version: 8.4 Operating system: Mac OSX 10.5.8 Description:psql gives syntax error on .sql files with UTF-8 BOM Details: The psql

Re: [BUGS] bugs that have not been replied-to on list

2010-04-18 Thread Peter Eisentraut
On sön, 2010-04-18 at 13:12 -0400, Robert Haas wrote: > That all sounds pretty reasonable to me, though I would favor using > something other than Bugzilla for the tracker. I'm not really sure if > there's anything that I'd consider truly good out there, There isn't. Welcome to the show. ;-)

Re: [BUGS] bugs that have not been replied-to on list

2010-04-19 Thread Peter Eisentraut
On sön, 2010-04-18 at 19:47 +, Greg Sabino Mullane wrote: > > That all sounds pretty reasonable to me, though I would favor using > > something other than Bugzilla for the tracker. I'm not really sure if > > there's anything that I'd consider truly good out there, but I've > > always found Bug

Re: [BUGS] bugs that have not been replied-to on list

2010-04-19 Thread Peter Eisentraut
On mån, 2010-04-19 at 09:59 +0200, Stefan Kaltenbrunner wrote: > I think we would not even need to expose the webinterface to the wider > community, what we probably want is something that let's us keep the > current workflow but provides a minimalistic > status/statistics/dashboard > feature on

Re: [BUGS] bugs that have not been replied-to on list

2010-04-19 Thread Peter Eisentraut
On mån, 2010-04-19 at 15:37 -0400, Robert Haas wrote: > As far as I am concerned, this is just bellyaching. I'm glad Tom > fixes most of the bugs because otherwise we would have a lot more > unfixed bugs. But he's not from the only one who responds to bug > reports, and we seem to have a pretty g

Re: [BUGS] [9.0beta5/cvs head] build failure due to unchecked results

2010-04-30 Thread Peter Eisentraut
On fre, 2010-04-30 at 12:55 +0200, Martin Pitt wrote: > Hello PostgreSQL developers, > > 9.0beta5 seems to enable -Werror by default (which is a good thing, > thanks!). You probably mean alpha5, unless you come from the future. ;-) That was actually a mistake in the packaging, which is why there

Re: [BUGS] [9.0beta5/cvs head] build failure due to unchecked results

2010-04-30 Thread Peter Eisentraut
On fre, 2010-04-30 at 14:43 +0200, Andres Freund wrote: > On Friday 30 April 2010 13:56:11 Peter Eisentraut wrote: > > > > You probably mean alpha5, unless you come from the future. ;-) That was > > actually a mistake in the packaging, which is why there is a -revised

Re: [BUGS] BUG #5443: Undetected deadlock situation

2010-04-30 Thread Peter Eisentraut
On fre, 2010-04-30 at 03:51 +, Claudio wrote: > The following bug has been logged online: > > Bug reference: 5443 > Logged by: Claudio > Email address: clau...@livra.com > PostgreSQL version: 8.3.7 > Operating system: CentOS > Description:Undetected deadlock situat

Re: [BUGS] BUG #5447: VPATH install postgres.bki

2010-05-04 Thread Peter Eisentraut
H build starting from a > distribution tarball. The OP is correct that things are going to fall > over in that case. My thought about fixing it was that postgres.bki > and related files ought to be forced to be built/used in $(srcdir), > but I didn't get further than that. Peter,

Re: [BUGS] bool: symbol name collision

2010-05-09 Thread Peter Eisentraut
On sön, 2010-05-09 at 11:35 -0400, Tom Lane wrote: > bry...@giraffe-data.com (Bryan Henderson) writes: > > The interface header files for Postgres server extensions define "bool", > > but that name is commonly used by other parts of user code, including > > by standards (C99, C++). That causes, at

Re: [BUGS] bool: symbol name collision

2010-05-10 Thread Peter Eisentraut
On sön, 2010-05-09 at 17:37 +, Bryan Henderson wrote: > >it would be > >better if Bryan could show us a concrete example that is causing > >problems. > > I don't know how concrete you want. Something one can download and compile. > A user defined function server extension > #includes a heade

Re: [BUGS] bool: symbol name collision

2010-05-10 Thread Peter Eisentraut
On mån, 2010-05-10 at 02:02 +0100, Greg Stark wrote: > I don't see any other conflicts offhand that would create problems > using a c99 compiler to build server modules. It's quite annoying and > sad that they added "bool" to c99 since otherwise it would just be a > drop-in replacement with extra f

Re: [BUGS] bool: symbol name collision

2010-05-11 Thread Peter Eisentraut
On mån, 2010-05-10 at 15:55 +, Bryan Henderson wrote: > >>> I don't know how concrete you want. > > > >Something one can download and compile. > > That wouldn't be worth anyone's effort, since the problem is esaily > enough elucidated with a few words of explanation. I.e. I'm sure you > can i

Re: [BUGS] bool: symbol name collision

2010-05-11 Thread Peter Eisentraut
On tis, 2010-05-11 at 14:42 -0400, Robert Haas wrote: > I guess the question that comes to mind for me is how many other > things fall into this category. We define a lot of symbols like int4 > and int32 that other people could also have defined, and I don't > really want to s/^/pg/ all of them.

Re: [BUGS] bool: symbol name collision

2010-05-12 Thread Peter Eisentraut
On ons, 2010-05-12 at 12:44 +0100, Greg Stark wrote: > Well you could imagine doing this for all our types by doing: > > search and replace int4 -> pgint4 etc. > add #ifndef int4 #define int4 pgint4 at the end of postgres.h > > That way third-party apps which define their own int4 would be > requ

Re: [BUGS] BUG #5447: VPATH install postgres.bki

2010-05-13 Thread Peter Eisentraut
On tis, 2010-05-04 at 22:46 +0300, Peter Eisentraut wrote: > On tis, 2010-05-04 at 10:49 -0400, Tom Lane wrote: > > Alvaro Herrera writes: > > > Graham wrote: > > >> Build with VPATH works well upto installing > > >> postgresql-9.0beta1/src/backend/c

Re: [BUGS] Cross-compilation postgresql-8.4.1 error,please help me

2010-05-17 Thread Peter Eisentraut
On mån, 2010-05-17 at 16:43 +0800, 毅 黄 wrote: > [r...@centos-jht postgresql-8.4.1]# ./configure > --prefix=/home/eps/pgsql-8.4 --host=arm-linux --without-readline > --disable-spinlocks --enable-depend > --without-zlib CC="/usr/local/arm/4.3.2/bin/arm-linux-gcc" > [r...@centos-jht postgresql-8.4.1

Re: [BUGS] pg_dumpall

2000-03-09 Thread Peter Eisentraut
Kardos, Dr. Andreas writes: > I have tested the pg_dumpall (with PATHNAME stuff) which Peter E. has mailed > to this list. > > It works fine on QNX4 but definitly not on Digital Unix. > > The version in CVS works in general, but not on QNX4. On QNX4 I have to > remove t

Re: [BUGS] bug in psql

2000-03-11 Thread Peter Eisentraut
e, what is the name, what is the filesystem layout, etc.? Details. FWIW, all of "-f", "<", and "\i" work for me. It would be noticed pretty quickly if those failed in general. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED]

Re: [BUGS] select for update breaks database

2000-03-13 Thread Peter Eisentraut
Cary O'Brien writes: > Executing a "select ... for update" corrupts index files. I can confirm that in 6.5.2. *shudder* But 7.0.0 looks fine. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala htt

[BUGS] alter table and inherits generate inconsistent data

2000-03-17 Thread Peter Hunter
POSTGRESQL BUG REPORT TEMPLATE Your name : Peter Hunter Your email address : [EMAIL

Re: [BUGS] ALTER USER CREATEUSER bug?

2000-03-18 Thread Peter Eisentraut
rent scheme of potentially many superusers perfectly lends itself to the "I do everything as root" abuse and is also very vulnerable because one superuser can easily revoke superuser privilege from all the others.) -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [BUGS] Problems building on IRIX 6.x

2000-03-30 Thread Peter Eisentraut
unsigned with zero stem mostly from the fact that you can't assume that size_t is unsigned on all platforms. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [BUGS] perl 5.6.0 almost working!

2000-04-06 Thread Peter Eisentraut
7;m just a pedestrian though, does anyone know what it is supposed to be for?) That sure sounds like Perl once again trying to circumvent the autoconf logic. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [BUGS] Minimal patches for PostgreSQL 7.0b3 on NetBSD/alpha1.4.1....

2000-04-12 Thread Peter Eisentraut
t every GCC on every Alpha now and in the future will have it? What does "doesn't appear to handle properly" mean anyway? Have you notified the GCC maintainers? Also, whose idea was it to use '__inline__' instead of 'inline'? -- Peter Eisen

Re: [BUGS] Re: [SQL] Foreign keys breaks tables permissions

2000-04-12 Thread Peter Eisentraut
Jan Wieck writes: > Peter, you said you'll probably work on the ACL stuff after 7.0. We > need to coordinate that work with the function manager redesign to go > for SETUID triggers and functions. Yes, very nice feature. Far down the road in my dreams though. However, SQL ha

Re: [BUGS] A date bug: number of day of October

2000-04-14 Thread Peter Eisentraut
tember! The system is pretty smart. Of course after 2037 we're doomed anyway. The bottom line is that INTERVAL in its current implementation has deficiencies and it's not SQL compliant either. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [BUGS] Join/table alias bug

2000-04-20 Thread Peter Eisentraut
id,it.el_id,ip.ip_id,m.c_id,m.ip_id > from ip_categories cat, ip_cat_items it, ip_cat_map m, ip_item ip, > fund_class f > where cat.cat_table='fund_class' and cat.cat_id=it.cat_id and > it.el_id=f.fc_id and m.c_id=it.c_id and m.ip_

Re: [HACKERS] Re: [BUGS] Join/table alias bug

2000-04-21 Thread Peter Eisentraut
> Bruce had actually put in some code to emit warnings, but Thomas > objected to it for reasons I don't recall clearly. I think it was along the lines of "it's not the backend's task to teach SQL". Incidentally, it could be, with the SQL flagger (sec. 4.34). -- Pete

Re: [BUGS] security problem ?

2000-04-28 Thread Peter Eisentraut
t for now you're stuck with it. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [BUGS] Error in pgaccess (parse error at or near """) oncreate new user with password

2000-05-09 Thread Peter Eisentraut
e error at or near """ The password must be single-quoted nowadays. Put that on the 7.0.1 list ... -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [BUGS] Error in pgaccess (parse error at or near """) on createnew user with password

2000-05-10 Thread Peter Eisentraut
rlying syntax is really > CREATE USER WITH PASSWORD Yes, that's why we made that change. I was more referring to the pgaccess "list". Sorry. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

[BUGS] broken pipe

2000-05-11 Thread Peter Landis
| table| | pgsql | company_pkey| index| | pgsql | marketplace | table| | pgsql | marketplace_pkey| index| | pgsql | news| table| | pgsql | news_pkey | index| | peter | productcatego

Re: [BUGS] Error in pgaccess (parse error at or near """) on createnew user with password

2000-05-12 Thread Peter Eisentraut
er,password)!=""} { ! set cmd "$cmd WITH PASSWORD '$PgAcVar(user,password)' " } set cmd "$cmd $PgAcVar(user,createdb) $PgAcVar(user,createuser)" if {$PgAcVar(user,validuntil)!=""} { -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [BUGS] Initdb Bug

2000-05-13 Thread Peter Eisentraut
27;m hoping to get the --program-suffix like configure options working, so the current scheme is going to blow up anyway. Something to think about maybe. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [BUGS] regression test fails on AIX

2000-05-13 Thread Peter Eisentraut
Rainer Tammer writes: > The regression test fails on a couple of topics. > -> HINT --enable-locale !! You need to unset all your locale settings before running the tests. (any or all of LC_*, LOCALE, LANG, LANGUAGES, etc.) -- Peter Eisentraut Sernanders väg 10:1

Re: [BUGS] \dS and \df crashing psql

2000-05-25 Thread Peter Eisentraut
egmentation fault or failed assertion in the backend involved, which we'd need to see. > !# \d > You are currently not connected to a database. > !# \c can > No Postgres username specified in startup packet. > Segmentation fault That's certainly a psql problem. Can

Re: [BUGS] Optimizer Bug?

2000-05-30 Thread Peter Eisentraut
uot; is not > used at all. Sure it's used. Just because it's not mentioned in the select list doesn't mean it will be ignored completely. What you get here is a three-way join, which is of course slower than a two way join. -- Peter Eisentraut Sernanders väg 10:1

Re: [BUGS] uniqueness not always correct

2000-06-02 Thread Peter Eisentraut
two bugs in the CIDR input routine: 1) '10.8.7.6/16' in not rejected 2) Since it is accepted, at least the hidden fields need to be zeroed. (But note that this bug is only exposed when you use the type improperly in the first place.) Using the same operators for

[BUGS] Re: [HACKERS] Sigh, LIKE indexing is *still* broken in foreignlocales

2000-06-08 Thread Peter Eisentraut
might be worth hard-coding a few popular ones. > I'm also wondering if the left-hand inequality ('foo' <= any string > beginning with 'foo') might fail in some locales ... we haven't seen > it reported but who knows ... I think that's pretty saf

[BUGS] Re: [unixODBC-DEV] - Re: [HACKERS] info on unixODBC/Postgres driver port to IRIX 6.5.7 64bit

2000-06-15 Thread Peter Harvey
to merge the changes back into Byrons stuff but that has not happened (that I am aware of). It would be great if this driver could be common and even better if any common driver was to be based upon unixODBC (i.e. its odbcinst etc). Peter NOTE: There is no reason, that I am aware of, why a common

[BUGS] Re: [unixODBC-DEV] - Re: [HACKERS] info on unixODBC/Postgres driver port to IRIX 6.5.7 64bit

2000-06-15 Thread Peter Harvey
Well the driver is derived from the MS Windows driver (Byrons) so it has to adhere to whatever licensing that is there but unixODBC is, in general, LGPL. Peter On Thu, 15 Jun 2000, Lamar Owen wrote: > Peter Harvey wrote: > > > > The PostgreSQL driver, in unixODBC, is a direc

Re: [BUGS] Date or Documentation bug?

2000-06-17 Thread Peter Eisentraut
O format, since the ISO format is fixed. > P.S.: Is there a way to change the Datestyle to Postgres without a > SQL-Statement, e.g. ENV-Variable or config-file? PGDATESTYLE environment variable. Config file I'm working on. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [BUGS] Some problem with inet type on PostgreSQL-7.0

2000-06-17 Thread Peter Eisentraut
> switch01.tor | 1 | 127.0.0.2 | 255.0.0.0 > switch01.tor | 2 | 127.0.0.3 | 255.0.0.0 > switch01.tor | 3 | 209.250.155.8 | 255.255.255.224 > (2 rows) > > > 127.0.0.2 | 255.0.0.0 and 127.0.0.3 | 255.0.0.0 - it's

Re: [BUGS] ";" no longer allowed to terminate a command beginningwith "\"

2000-06-24 Thread Peter Eisentraut
to end a command issued to > "psql" starting with a backslash "\" with a semicolon ";", eg. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [BUGS] Cannot delete newly inserted record while inside atransaction

2000-08-19 Thread Peter Eisentraut
not to decide that. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [BUGS] createuser fails

2000-09-08 Thread Peter Eisentraut
s in the specified family cannot be used with this socket Try `createuser -h localhost ...'. By default, it uses Unix domain sockets, which don't work on NT. (Hence, "specified family [namely AF_UNIX] cannot be used...".) Setting the environment variable PGHOST=localhost mi

Re: [BUGS] psql wraps lines at 256 characters

2000-09-28 Thread Peter Eisentraut
write the output to a text file I can create lines much longer than 256 characters, which seems to support that claim of blame. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [BUGS] /contrib/soundex doesn't work. Version 7.0.2

2000-09-29 Thread Peter Eisentraut
ply the attached patch. You need to restart the server to get it to load the new object file. Also note that there is a disagreement among experts over one particular part of the algorithm. Check it out with your favourite search engine. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.

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

2000-09-30 Thread Peter Eisentraut
Bruce Momjian writes: > OK, this was a good point. Were did we leave this, folks? I was going to do some extensive work on the privilege system, but if you guys always postpone beta for a month just a day before it was supposed to be I'll never know when to start. -- Peter Ei

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

2000-10-01 Thread Peter Eisentraut
case CMD_DELETE: > > + reqperm = ACL_DE; > > + break; > > + case CMD_UPDATE: > > +

Re: [BUGS] JDBC: HELP!!! Can't Upload BLOBS on 6.5.3

2000-10-03 Thread Peter Mount
ce does include the correct 6.5.3 source (it didn't get released with 6.5.3 due to me messing up the cvs commit :-( ) > PLEASE POSTGRESQL PEOPLE I NEED AN ANSWER!!! I COULD LOOSE MY > JOB OVER THIS. Also, you are using transactions (see the setAutoCommit(false) above)? Peter -- Peter T Mount

Re: [BUGS] psql -P doesn't honor backslash escapes

2000-10-06 Thread Peter Eisentraut
the current shell. $ sh $ echo $FOO # The $FOO is expanded by the subshell. So, to pass a tab via the psql command line, you have to convince your shell to do it. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [BUGS] INSERT doesn't like (.)

2000-10-09 Thread Peter Eisentraut
INSERT INTO ::= ::= | | ::= [] [ ] ::= ::= [ { }... ] ::= -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [BUGS] POSTGRES BUG - FIX IT PLEASE

2000-10-10 Thread Peter Eisentraut
e from t1 where f1=1; > ERROR: triggered data change violation on relation "t1" You cannot change data twice within a transaction if there's a RI constraint on the table. This is per SQL, nothing we can do about it. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [HACKERS] RE: [BUGS] POSTGRES BUG - FIX IT PLEASE

2000-10-10 Thread Peter Eisentraut
it's too boring to quote...) Note that it talks about "statements", not "transactions". -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [BUGS] Truble with compilation

2000-10-12 Thread Peter Eisentraut
Bruce Momjian writes: > Unfortunately, I can't reproduce the problem in the current source tree. I fixed it. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [BUGS] JDBC & XML-DBMS

2000-10-17 Thread Peter Mount
Why JDBC Driver returns column (procedures etc.) name pattern in lower case? JDBC doesn't change any case, so unless you quoted the column when the table was created, it will return it in lower case because the backend has done the deed. Peter -- Peter T Mount [EMAIL PROTECTED] http://www.rete

Re: [BUGS] Field Separator setting not used.

2000-10-17 Thread Peter Eisentraut
to be used in unaligned output mode. That way one can cre­ ate, for example, tab- or comma-separated output, which other programs might prefer. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [BUGS] RE : Postgres

2000-10-29 Thread Peter Eisentraut
daryl lamble writes: > Just to let you know it looks like ver 7.0 does not run on SuSE7.0 SMP > Kernel. Could you be more specific than "looks like does not run"? -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

<    1   2   3   4   5   6   7   8   9   10   >