[BUGS] BUG #5647: COPY TO does not respect the [standard_conforming_strings] setting

2010-09-07 Thread David Sahagian
The following bug has been logged online: Bug reference: 5647 Logged by: David Sahagian Email address: david.sahag...@gmail.com PostgreSQL version: 9.0 beta4 Operating system: win XP Description:COPY TO does not respect the [standard_conforming_strings] setting

Re: [BUGS] BUG #5642: pg_upgrade does not handle shared libraries for language handlers

2010-09-07 Thread David Platt
documentation indicated that the path to the shared library had to be declared because I don't remember any example showing $library. -Original Message- From: Bruce Momjian [mailto:br...@momjian.us] Sent: Tuesday, September 07, 2010 10:30 PM To: Tom Lane Cc: David Platt; pgsql

Re: [BUGS] BUG #5642: pg_upgrade does not handle shared libraries for language handlers

2010-09-07 Thread David Platt
. -Original Message- From: Bruce Momjian [mailto:br...@momjian.us] Sent: Tuesday, September 07, 2010 9:54 PM To: David Platt Cc: pgsql-bugs@postgresql.org Subject: Re: [BUGS] BUG #5642: pg_upgrade does not handle shared libraries for language handlers David Platt wrote: > > The following b

Re: [BUGS] BUG #5642: pg_upgrade does not handle shared libraries for language handlers

2010-09-07 Thread David Platt
with 140,000,000 rows. -Original Message- From: Tom Lane [mailto:t...@sss.pgh.pa.us] Sent: Tuesday, September 07, 2010 11:17 PM To: David Platt Cc: 'Bruce Momjian'; pgsql-bugs@postgresql.org Subject: Re: [BUGS] BUG #5642: pg_upgrade does not handle shared libraries for language handlers

Re: [BUGS] BUG #5652: Optimizer does wrong thing with partitioned tables

2010-09-11 Thread David Fetter
d. > > > Thanks, I will do that. However, I cannot call myself a hacker, I > am but a mere beginner with Postgres. You're a hacker when you start hacking :) Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfet

[BUGS] BUG #5673: Optimizer creates strange execution plan leading to wrong results

2010-09-23 Thread David Schmitt
The following bug has been logged online: Bug reference: 5673 Logged by: David Schmitt Email address: da...@dasz.at PostgreSQL version: 8.4.4 Operating system: Windows 7 Description:Optimizer creates strange execution plan leading to wrong results Details

Re: [BUGS] BUG #5673: Optimizer creates strange execution plan leading to wrong results

2010-09-23 Thread David Schmitt
On 9/23/2010 5:33 PM, Tom Lane wrote: "David Schmitt" writes: Description:Optimizer creates strange execution plan leading to wrong results Please supply a self-contained example demonstrating the incorrect results. The information you've provided is completely

Re: [BUGS] BUG #5673: Optimizer creates strange execution plan leading to wrong results

2010-09-24 Thread David Schmitt
On 9/23/2010 9:53 PM, Tom Lane wrote: David Schmitt writes: Executing the attached example.sql on a fresh database demonstrates the problem I'm seeing: Found it. If you need a patch right away, it's a one-liner: diff --git a/src/backend/optimizer/path/allpaths.c b/src/backend

[BUGS] rollback to savepoint leads to transaction already in progress

2010-10-10 Thread David Newall
6.32-24-generic #43-Ubuntu SMP Thu Sep 16 14:58:24 UTC 2010 x86_64 GNU/Linux Two cores This appears to be a regression; it doesn't occur with ecpg (PostgreSQL 8.3.8) 4.4.1 Regards, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] rollback to savepoint leads to transaction already in progress

2010-10-14 Thread David Newall
On 14/10/10 12:14, Itagaki Takahiro wrote: Which solution is better? Or, another idea? This does seem to be an new bug in previously working code. While any solution that fixes the problem is good, it might pay to look the code that worked before. As reported, it worked for ecpg (Postgr

Re: [BUGS] rollback to savepoint leads to transaction already in progress

2010-10-14 Thread David Newall
ress Date: Thu, 14 Oct 2010 10:44:50 +0900 From: Itagaki Takahiro To: David Newall, PostgreSQL Hackers CC: pgsql-bugs@postgresql.org On Mon, Oct 11, 2010 at 7:42 AM, David Newall wrote: Trivial program to demonstrate problem: main() { ECPGdebug(1,stderr); exec sql

[BUGS] BUG #5754: CTE optimization fails to account for side effects

2010-11-15 Thread David Fetter
The following bug has been logged online: Bug reference: 5754 Logged by: David Fetter Email address: da...@fetter.org PostgreSQL version: 8.4+ Operating system: All Description:CTE optimization fails to account for side effects Details: Here's how to repr

Re: [BUGS] BUG #5754: CTE optimization fails to account for side effects

2010-11-20 Thread David Fetter
On Mon, Nov 15, 2010 at 06:55:47PM -0500, Tom Lane wrote: > "David Fetter" writes: > > CREATE SEQUENCE my_seq; > > WITH t AS (SELECT nextval('my_seq')) VALUES(1); > > SELECT currval('my_seq'); > > > ERROR: currval of sequence &

[BUGS] BUG #5836: Enum Support Functions don't work on empty tables

2011-01-13 Thread David Pinheiro
The following bug has been logged online: Bug reference: 5836 Logged by: David Pinheiro Email address: davidsantospinhe...@gmail.com PostgreSQL version: 8.4 Operating system: Centos Description:Enum Support Functions don't work on empty tables Details:

Re: [BUGS] Regular issues faced on postgres 8.1

2011-01-21 Thread David Fetter
some kind of plans to build major version upgrades into your development process, as end-of-life is a fact of life in this as in every other software or system. Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter

[BUGS] BUG #5869: postgresql corrupts unquoted non-ascii chars in column aliases

2011-02-08 Thread David Schmitt
The following bug has been logged online: Bug reference: 5869 Logged by: David Schmitt Email address: da...@dasz.at PostgreSQL version: 8.4.5 Operating system: Windows 7 Description:postgresql corrupts unquoted non-ascii chars in column aliases Details: Example

Re: [BUGS] BUG #5869: postgresql corrupts unquoted non-ascii chars in column aliases

2011-03-03 Thread David Schmitt
On 03.03.2011 16:08, Robert Haas wrote: On Tue, Feb 8, 2011 at 2:19 AM, David Schmitt wrote: Example query: SELECT column as zurück FROM table; results in corruption of the "ü" (umlaut u). This causes Npgsql to fail to match up the columns in the result set (see http://pgf

Re: [BUGS] BUG #6051: wCTE query fail with wrong error text on a table with rules

2011-06-06 Thread David Fetter
at :) > but the second case seems seriously annoying, since there's no way > for someone to write a CTE-containing rule action without risking a > conflict. Ideas anybody? Is there some way to throw "not implemented" there, too? It seems to me that making accommodations for

[BUGS] BUG #6067: In PL/pgsql, EXISTS(SELECT ... INTO...) fails

2011-06-18 Thread David Fetter
The following bug has been logged online: Bug reference: 6067 Logged by: David Fetter Email address: dfet...@vmware.com PostgreSQL version: 9.0.4 Operating system: Linux Description:In PL/pgsql, EXISTS(SELECT ... INTO...) fails Details: Here's some example

[BUGS] ¿Está el servidor en ejecución localmente y aceptando conexiones en el socket de dominio Unix <>?

2011-06-20 Thread David Hernández
Hola, estoy desesperado, no consigo levantar postgresql en Opensuse, me sale el siguiente error al intentar levantar el servicio: psql: no se pudo conectar con el servidor: No exite el fichero o el directorio ¿Está el servidor en ejecución localmente y aceptando conexiones en el socket de dominio

Re: [HACKERS] [BUGS] BUG #6083: psql script line numbers incorrectly count \copy data

2011-07-04 Thread David Fetter
o much for copying from a separate file. > > The attached patch seems like an appropriate fix. However, I'm > unsure whether to apply it to released branches ... does anyone > think this might break somebody's application? No. Cheers, David. -- David Fetter http://fe

[BUGS] BUG #6094: Streaming replication does not catch up when writing enough data

2011-07-07 Thread David Hartveld
The following bug has been logged online: Bug reference: 6094 Logged by: David Hartveld Email address: david.hartv...@mendix.com PostgreSQL version: 9.1-beta2 Operating system: Debian GNU/Linux 6.0.2 "Squeeze" Description:Streaming replication does not cat

[BUGS] BUG #6131: Query Returning Incorrect Results

2011-07-26 Thread David Johnston
The following bug has been logged online: Bug reference: 6131 Logged by: David Johnston Email address: pol...@yahoo.com PostgreSQL version: 9.0.4 Operating system: Windows 7 64-bit Description:Query Returning Incorrect Results Details: The embedded script exhibits

Re: [BUGS] BUG #6131: Query Returning Incorrect Results

2011-07-26 Thread David Johnston
-Original Message- From: Tom Lane [mailto:t...@sss.pgh.pa.us] Sent: Tuesday, July 26, 2011 7:42 PM To: David Johnston Cc: pgsql-bugs@postgresql.org Subject: Re: [BUGS] BUG #6131: Query Returning Incorrect Results "David Johnston" writes: > The embedded script exhibits

[BUGS] reporting weirdness in configure output

2011-09-26 Thread David Baumgold
ke precedence configure: WARNING: ## ## configure: WARNING: ## Report this to pgsql-bugs@postgresql.org ## configure: WARNING: ## ## checking for ossp/uuid.h... yes checking whether byte ordering is bigendian... u

[BUGS] BUG #6292: java.sql.PreparedStatement.setNull() throws PSQLException

2011-11-14 Thread David Pinheiro
The following bug has been logged online: Bug reference: 6292 Logged by: David Pinheiro Email address: davidsantospinhe...@gmail.com PostgreSQL version: 8.4 Operating system: Linux Description:java.sql.PreparedStatement.setNull() throws PSQLException Details: I&#

Re: [BUGS] Proble Postgre SQL version 7.4.1

2012-01-05 Thread David Fetter
h, so please to report bugs in that language, enlisting help wherever you need to in order to do so. Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fet...@gmail.com iCal: webcal://www.tripit.com/feed/i

Re: [BUGS] [ADMIN] Repeatable crash in pg_dump (with -d2 info)

2012-01-17 Thread David Schnur
me up sooner is because most Windows users either use the 'official' binaries rather than compiling from source, or link against the dynamic runtime. Is this something I could expect to be fixed in the near future, or is it enough of an edge case that I should come up with some solutio

Re: [BUGS] Re: select table indicate missing chunk number 0 for toast value 96635 in pg_toast_2619

2012-05-03 Thread David Fetter
Upgrade to 9.1.3 and let us know whether that fixes the problem. Cheers, David. On Wed, May 02, 2012 at 09:58:16PM -0700, leo xu wrote: > pg version is 9.1.2 > > -- > View this message in context: > http://postgresql.1045698.n5.nabble.com/select-table-indicate-missing-chunk-num

Re: [BUGS] BUG #6638: Casablanca timezone is wrong

2012-05-14 Thread David Chuet
Thanks guys for your prompt support! I'm going to update Olson library on the concerned computer using the latest files. Thanks again. David Chuet Odotech inc. -Original Message- From: Heikki Linnakangas [mailto:heikki.linnakan...@enterprisedb.com] Sent: May-14-12 11:51 AM To:

Re: [BUGS] BUG #6687: initdb -A ident can almost never be correct

2012-06-11 Thread David Fetter
On Mon, Jun 11, 2012 at 05:51:06PM +0200, Magnus Hagander wrote: > On Mon, Jun 11, 2012 at 5:14 PM, wrote: > > The following bug has been logged on the website: > > > > Bug reference:      6687 > > Logged by:          David Fetter > > Email address:      da...@

Re: [BUGS] BUG #6687: initdb -A ident can almost never be correct

2012-06-11 Thread David Fetter
On Mon, Jun 11, 2012 at 06:04:22PM +0200, Magnus Hagander wrote: > On Mon, Jun 11, 2012 at 6:01 PM, David Fetter wrote: > > On Mon, Jun 11, 2012 at 05:51:06PM +0200, Magnus Hagander wrote: > >> On Mon, Jun 11, 2012 at 5:14 PM,   wrote: > >> > The following bug

Re: [BUGS] BUG #6687: initdb -A ident can almost never be correct

2012-06-11 Thread David Fetter
On Mon, Jun 11, 2012 at 06:21:43PM +0200, Magnus Hagander wrote: > On Mon, Jun 11, 2012 at 6:14 PM, David Fetter wrote: > > On Mon, Jun 11, 2012 at 06:04:22PM +0200, Magnus Hagander wrote: > >> On Mon, Jun 11, 2012 at 6:01 PM, David Fetter wrote: > >> > On Mon, Ju

[BUGS] BUG #7596: Problem with /etc/init.d/postgresql.9.x file

2012-10-11 Thread david . peyrieres
The following bug has been logged on the website: Bug reference: 7596 Logged by: David PEYRIERES Email address: david.peyrie...@meteo.fr PostgreSQL version: 9.1.4 Operating system: Red Hat Description: Hello. I found a little bug in /etc/init.d/postgresql-9.x file

Re: [GENERAL] [BUGS] Prepared Statement Name Truncation

2012-11-18 Thread David Johnston
? That would seem to be the area of greatest concern - particularly around the usage of truncate/delete/drop. Thought: would there be some way to flag a table like this to always require the use of a schema prefix to be accessed (since right now truncated names only have to be schema unique) in

{Not A Bug} RE: [BUGS] BUG #7685: last_value() not consistent throughout window partition

2012-11-20 Thread David Johnston
; Not A Bug. When you add an "Order By" the resultant window FRAME is from the first record (of the partition) up-to-and-including the current record (of the partition); no "future" records (in the partition) are part of the window FRAME. Thus for "last_va

[BUGS] Re: BUG #7784: trouble with pl ERROR: missing FROM-clause entry for table

2013-01-03 Thread David Johnston
only the offending code and whatever is minimally necessary to make it execute. Unless the example provided is self-contained simply putting out the entire code without any commentary makes it more difficult for people to provide help. David J. -- View this message in context: http://

Re: [BUGS] BUG #7793: tsearch_data thesaurus size limit

2013-01-11 Thread David Boutin
*uint16* idsubst) +matchIdSubst(LexemeInfo *stored, *uint32* idsubst) { bool res = true; Kind regards. David On Mon, Jan 7, 2013 at 1:41 AM, Tom Lane wrote: > dav...@gmail.com writes: > > [ thesaurus dictionary fails for more than 64K entries ] > > I see a whole bunch of uses of &q

[BUGS] BUG #7885: postmaster panic on startup does not release shared memory

2013-02-15 Thread david . thomas
The following bug has been logged on the website: Bug reference: 7885 Logged by: David Thomas Email address: david.tho...@enterprisedb.com PostgreSQL version: 9.2.3 Operating system: CentOS 6.3 Description: It seems that if the postmaster encounters a PANIC condition

Re: [BUGS] BUG #7885: postmaster panic on startup does not release shared memory

2013-02-15 Thread David Thomas
postmaster will still shut down normally and thus release the > shmem segment.) > Yup, if I attempt to start the cluster normally, it cleans up after itself, so this is specific to --single mode. -- David Thomas System Engineer EnterpriseDB - The Enterprise PostgreSQL Company -- Sent via

[BUGS] Re: 9.2.4: Strange behavior when wildcard is on left side of search string

2013-04-06 Thread David Johnston
d and basically the index is only acting as a table surrogate as opposed to an index. If you really want to anchor the start you should index and search on the reverse of the string so you can write it as a postfix wildcard. The other option to index words via the full-text search capabilities

Re: [BUGS] BUG #8211: Syntax error when creating index on expression

2013-06-05 Thread David Johnston
/why they can be omitted in the examples as well as in the text - is an idea worth considering. David J. -- View this message in context: http://postgresql.1045698.n5.nabble.com/BUG-8211-Syntax-error-when-creating-index-on-expression-tp5758030p5758040.html Sent from the PostgreSQL - bug

Re: [BUGS] BUG #8228: Unexpected "set-valued function" with varchar(n) but not varchar

2013-06-13 Thread David Johnston
many use-cases only the single-match mode is desired. Are there any other functions that have this same risk profile that would increase the applicability of such a patch? David J.

Re: [BUGS] PGSQL Bug

2013-07-18 Thread David Johnston
e of PostgreSQL than the one you start manually. I am not that strong a linux user but it does seem you need to provide considerably more detail as to your install/configuration if you expect help resolving your issue. Specifically, HOW did you install PostgreSQL and what configuration steps have you p

Re: [BUGS] "with recursive" ignores side effects?

2013-08-06 Thread David Johnston
f what you need to have done. Recursion (iteration) allows you to more easily handle/walk hierarchical data but said hierarchy remains static for the duration of the query. David J. -- View this message in context: http://postgresql.1045698.n5.nabble.com/with-recursive-ignores-side-e

Re: [BUGS] BUG #8381: data base inconsistancy

2013-08-14 Thread David Fetter
having the correct > updated values. > We are using default isolation level (Read Committed) PostgreSQL 8.1 has been unsupported since 2010. Once you've upgraded to a supported version, if the problem persists, we may be able to help. Cheers, David. -- David Fetter http://fetter.org/

[BUGS] Re: BUG #8444: ERROR: table name "tblb" specified more than once in subquery

2013-09-12 Thread David Johnston
A much more simple example courtesy of Chris Travers from the original -general thread that I suggested be moved to -bugs. > Here is a minimal query that demonstrates the problem. In 9.1 it works: > > chris=# select * FROM current_user u join (current_user u cross join > current_user v) x on tr

[BUGS] Re: BUG #8444: ERROR: table name "tblb" specified more than once in subquery

2013-09-13 Thread David Johnston
Tom Lane-2 wrote > David Johnston < > polobo@ > > writes: >>> Here is a minimal query that demonstrates the problem. In 9.1 it works: >>> >>> chris=# select * FROM current_user u join (current_user u cross join >>> current_user v) x on true;

Re: [BUGS] select table indicate missing chunk number 0 for toast value 96635 in pg_toast_2619

2013-09-26 Thread David Rennalls
David Fetter fetter.org> writes: > > Upgrade to 9.1.3 and let us know whether that fixes the problem. I've run into this issue as well on postgres 8.4.14. Aside from upgrading to a newer release is there any manual fixup that can be done ? Thanks, David -- Sent via pgsq

Re: [BUGS] select table indicate missing chunk number 0 for toast value 96635 in pg_toast_2619

2013-09-26 Thread David Rennalls
es, containing 4633 live rows and 0 dead rows; 4633 rows in sample, 4633 estimated total rows INFO: analyzing "information_schema.sql_features" INFO: "sql_features": scanned 7 of 7 pages, containing 649 live rows and 0 dead rows; 649 rows in sample, 649 estimated total rows ERRO

Re: [BUGS] select table indicate missing chunk number 0 for toast value 96635 in pg_toast_2619

2013-09-26 Thread David Rennalls
On Thu, Sep 26, 2013 at 4:19 PM, David Rennalls wrote: > On Thu, Sep 26, 2013 at 3:40 PM, Kim Applegate wrote: >> I have seen this issue on a slave although it was in version 9.2. I ran > > oh ok. Looks like the issue was fixed in 8.2.23 according to these >

[BUGS] Re: BUG #8512: Can't use columns I can't read in the where clause of a select

2013-10-08 Thread David Johnston
hese cases it is the current value of a column that is needed. So "SELECT" is read as being a top-level (as are UPDATE and DELETE) - and as Stephen said because WHERE can be part of UPDATE and DELETE the additional comment is made that WHERE in those contexts require "SELECT-like&quo

[BUGS] BUG #8518: FreeBSD usage in 9.3.1

2013-10-11 Thread david . kumar
The following bug has been logged on the website: Bug reference: 8518 Logged by: david Email address: david.ku...@vsoftcorp.com PostgreSQL version: 9.3.1 Operating system: Windows 7 Description: Hi All, I had tried using FreeBSD disk encryption but unable to find

[BUGS] ERROR: cache lookup failed for function 0

2008-10-25 Thread David E. Wheeler
ot actually been defined, you'd get an error such as: ERROR: operator not defined: name[] <> name[] Thanks, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] ERROR: cache lookup failed for function 0

2008-10-30 Thread David E. Wheeler
at. Is it something that could be backported, or is it not worth it? Thanks, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] WARNING: uuid.h: present but cannot be compiled

2009-04-17 Thread David E. Wheeler
ust need Apple's uuid.h. This is a known issue for OSSP UUID: http://cvs.ossp.org/tktview?tn=164 Best, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] WARNING: uuid.h: present but cannot be compiled

2009-04-17 Thread David E. Wheeler
On Apr 17, 2009, at 7:08 AM, Tom Lane wrote: "David E. Wheeler" writes: I'm building 8.4beta1 on Mac OS X 10.5.6. I have ossp-uuid installed with its includes in /usr/local/include/ossp-uuid. Well, then you would need --with-includes=/usr/local/include/ossp-uuid (don&#

Re: [BUGS] WARNING: uuid.h: present but cannot be compiled

2009-04-17 Thread David E . Wheeler
On Apr 17, 2009, at 10:21 AM, David E. Wheeler wrote: On Apr 17, 2009, at 9:22 AM, David E. Wheeler wrote: So does it not know to look in /usr/local/include/ossp-uuid when it's looking for uuid.h? Tried a few more things. No matter where I put uuid.h, configure doesn't seem to

Re: [BUGS] WARNING: uuid.h: present but cannot be compiled

2009-04-17 Thread David E . Wheeler
On Apr 17, 2009, at 10:47 AM, David E. Wheeler wrote: On Apr 17, 2009, at 10:21 AM, David E. Wheeler wrote: On Apr 17, 2009, at 9:22 AM, David E. Wheeler wrote: So does it not know to look in /usr/local/include/ossp-uuid when it's looking for uuid.h? Tried a few more things. No m

Re: [BUGS] WARNING: uuid.h: present but cannot be compiled

2009-04-17 Thread David E. Wheeler
On Apr 17, 2009, at 11:08 AM, Tom Lane wrote: "David E. Wheeler" writes: I take that back. It can find it in the ossp subdirectiry, as RhodiumToad said, but it can't compile it: checking ossp/uuid.h usability... no checking ossp/uuid.h presence... yes configure: WARNI

Re: [BUGS] WARNING: uuid.h: present but cannot be compiled

2009-04-17 Thread David E. Wheeler
was here Oh, that old canard. So it's just http://cvs.ossp.org/tktview?tn=164 again. Thanks, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] Termination When Switching between PL/Perl and PL/PerlU

2010-01-13 Thread David E. Wheeler
Found in 8.4.2, replicated in HEAD. Steps: 1. Create PL/Perl function. 2. Run it. 3. Create same function with PL/PerlU 4. Run it. 5. Create same function again with PL/Perl 6. Boom. Example on HEAD built today (ignore the error from the plperl version, that's the issue I'm trying to fix locally

Re: [BUGS] BUG #5277: plperl can't get args properly

2010-01-14 Thread David E . Wheeler
the short run, you can downgrade to Safe.pm 2.19 and the problem will go away. Or just use PL/Perlu, which doesn't rely on Safe.pm. Best, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [Tigerlead] [BUGS] BUG #5334: Version 2.22 of Perl Safe module breaks UTF8 PostgreSQL 8.4

2010-02-19 Thread David E. Wheeler
able way to fix Safe such that PostgreSQL would work without > changes. Hrm. I don't have this bug with Safe 3.19, FWIW. Best, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [Tigerlead] [BUGS] BUG #5334: Version 2.22 of Perl Safe module breaks UTF8 PostgreSQL 8.4

2010-02-19 Thread David E. Wheeler
time the C code looks up the utf8::SWASHNEW method without a problem. Oh, so 2.19 is less secure in that regard, yes? David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] New PL/Perl failure with Safe 2.2x due to recursion (8.x & 9.0)

2010-02-24 Thread David E. Wheeler
7;s the understatement of the month. What you're saying, IIUC, is > that if function A calls function B via a SPI command, and B wasn't > executed previously in the current session, it would fail? Seems > entirely unacceptable. Exactly what I was thinking. This "fix" is

Re: [BUGS] New PL/Perl failure with Safe 2.2x due to recursion (8.x & 9.0)

2010-02-25 Thread David E. Wheeler
you said :) ). Ill see if I can figure something out via straight > Safe tonight. I think Tom meant, what sorts of changes to PostgreSQL do you think might solve the problem? Best, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] New PL/Perl failure with Safe 2.2x due to recursion (8.x & 9.0)

2010-02-25 Thread David E. Wheeler
okay tradeoff to get recursive calls working again, but I certainly hope that Safe can be updated in the near future to give us both. There seem to be no good answers here. David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] New PL/Perl failure with Safe 2.2x due to recursion (8.x & 9.0)

2010-02-25 Thread David E. Wheeler
cant speed boost. That solves the problem with recursion or with $a and $b or both? I'm happy to rebuild Perl without threads, since I'm not going to use Padre after all. But that won't help the millions who rely on package-supplied Perls, which are nearly always threaded AFAICT.

Re: [BUGS] New PL/Perl failure with Safe 2.2x due to recursion (8.x & 9.0)

2010-02-25 Thread David E. Wheeler
y adding the extra security when *not* under threads as well? I find this all very confusing, frankly. Best, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] New PL/Perl failure with Safe 2.2x due to recursion (8.x & 9.0)

2010-02-25 Thread David E. Wheeler
okay tradeoff to get recursive calls working again, but I certainly hope that Safe can be updated in the near future to give us both. There seem to be no good answers here. David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #5356: citext not acting like case insensitive search

2010-03-01 Thread David E. Wheeler
#x27; and statecode = 'FL'; > > However this does work > > Select citystateinfoid from iss.citystateinfo where cityname = > 'Jacksonville' and statecode = 'FL' > > The second query is how the data is actually stored. I've already forwarded > our

Re: [BUGS] BUG #5356: citext not acting like case insensitive search

2010-03-01 Thread David E. Wheeler
an actually doing what Michael would like. Yes, I suspect that he can solve his problem by adding the iss schema to search_path. Best, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] bug or regression in plpgsql vs word window, your choice

2010-03-16 Thread David E. Wheeler
27;s more consistent about the use of reserved words. Best, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] LC_TIME is ignored when selecting dates & times

2000-03-29 Thread David Jack Olrik
POSTGRESQL BUG REPORT TEMPLATE Your name : David Jack Olrik Your email address : [EMAIL PROTECTED

[BUGS] "Julian day" date format is off by 12 hours

2006-12-08 Thread David Lee Lambert
Postgres version: 8.0.6 Operating system: Ubuntu GNU/Linux I executed the following query while trying to build some date-conversion functions for data that was represented as milliseconds since the Unix epoch: davidl=# SELECT to_char(timestamp '1970-01-01 00:00:00 GMT','J MS'); to_ch

Re: [BUGS] BUG #3897: plJava dll still doesn't load for 8.3RC2

2008-01-28 Thread David JL Gradwell
e DOS PATH doesn't include "C:\Program Files\Java\jdk1.6.0_02\jre\bin\client" or similar. I've got the 1.3.0 pljava code into NetBeans IDE and will see if I can find where these messages arise. Regards David -Original Message- From: Dave Page [mailto:[EMAIL PRO

Re: [BUGS] BUG #3905: configure cannot find ossp UUID libs and/or includes

2008-01-28 Thread David E. Wheeler
It doesn't seem to have been installed: david=# select uuid_generate_v1(); ERROR: function uuid_generate_v1() does not exist LINE 1: select uuid_generate_v1(); ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. david=#

Re: [BUGS] BUG #3905: configure cannot find ossp UUID libs and/or includes

2008-01-28 Thread David E. Wheeler
On Jan 28, 2008, at 10:08, Tom Lane wrote: david=# select uuid_generate_v1(); ERROR: function uuid_generate_v1() does not exist Did you run the module's SQL script? It was not put into /usr/local/pgsql/share/contrib. Neither of these had any output: trigger% ll /usr/local/pgsql/

Re: [BUGS] BUG #3905: configure cannot find ossp UUID libs and/or includes

2008-01-28 Thread David E. Wheeler
ostgres trigger% psql Welcome to psql 8.3RC2, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands \? for help with psql commands \g or terminate with semicolon to execute query \q to quit david=# select uuid_generate_v1()

[BUGS] BUG #3897: plJava dll still doesn't load for 8.3RC2

2008-01-29 Thread David JL Gradwell
uce that the MSVCR80.dll needs to be distributed in the PostreSQL distribution for Windows. As part of my investigation I wrote a small Java program that a potential plJava user can run if they hit problems. It will give them some clues as to what to look for ! See attached. Regards David Gra

[BUGS] pg_hba.conf confusion

2002-06-18 Thread David M. Kaplan
ation file: hostall192.168.1.2255.255.255.128password host all 127.0.0.1 0.0.0.0identsameuser Now the connection worked without problems. In the first case, it seems to be trying to use IDENT authentification, even though that should only apply to localho

Re: [BUGS] pg_hba.conf confusion

2002-06-21 Thread David M. Kaplan
seems strange to me that it works this way.  Basically, if mask is something other than 255.255.255.255, you might as well put 0's in your id address.  This doesnt seem to be how subnet masks normally work and it seems redundant to me.   Is there something I don't understand? Tha

[BUGS] regex (not) matching null string

2002-06-21 Thread David M. Kaplan
~* should just be the inverse of ~*, but this does not seem to be the case. David ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[BUGS] view OIDs

2002-06-26 Thread David M. Kaplan
This would solve the problem, but it would be nice to update the OIDs somehow. 3) Upon creating a view with a certain name, make all views that depend on it point to it with the correct OID. David Kaplan ---(end of broadcast)--- TIP 4: Don&#x

[BUGS] Segmentation fault inside libpq with PHP

2002-12-11 Thread David F. Skoll
is at http://www.roaringpenguin.com/segfault.tar.bz2 Unfortunately, I was not able to come up with a short bit of code which duplicates the problem, hence the tarball. Sorry! Regards, David. Roaring Penguin Software Inc. | http://www.roaringpenguin.com GPG fingerprint: C523 771C 3710 0F54 B2D2

[BUGS] Strange behavior in psql

2004-10-29 Thread C. David Wilde
Hello, My apologies if this is not a bug or has already been resolved. I have searched fairly extensively for this particular problem and haven't found anything yet. I have been having problems with psql under linux lately and this problem has followed me from 7.4.4 - 7.4.6, but it started some

[BUGS] BUG #2115: If we CLOSE a Closed Cursor subsequent OPENs fail.

2005-12-14 Thread David S. Edwards
The following bug has been logged online: Bug reference: 2115 Logged by: David S. Edwards Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.0 Operating system: Red Hat Enterprise Linux AS release 4 Kernel 2.6.9-22 Description:If we CLOSE a Closed Cursor

Re: [HACKERS] Drop one-argument string_agg? (was Re: [BUGS] string_agg delimiter having no effect with order by)

2010-08-05 Thread David E. Wheeler
(I don't think it's practical to get the HINT to > read "Put the ORDER BY at the end" ;-)) but at least it should > get people pointed in the right direction when they do this. It confuses the shit out of me. It says "string_agg(text)" doesn't exist when

Re: [HACKERS] Drop one-argument string_agg? (was Re: [BUGS] string_agg delimiter having no effect with order by)

2010-08-05 Thread David E. Wheeler
> What function name do you believe was called? The message says: string_agg(f1 order by f1, ',') That looks like string_agg(text, text) or string_agg(anyelement, text). Best, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [HACKERS] Drop one-argument string_agg? (was Re: [BUGS] string_agg delimiter having no effect with order by)

2010-08-05 Thread David E. Wheeler
> Well, maybe we need to expend some more sweat on the error message then. > But this patch was still a prerequisite thing, because without it there > is no error that we can complain about. Yeah, understood. Best, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [HACKERS] Drop one-argument string_agg? (was Re: [BUGS] string_agg delimiter having no effect with order by)

2010-08-05 Thread David E. Wheeler
On Aug 5, 2010, at 12:16 PM, Tom Lane wrote: > HINT: No aggregate function matches the given name and argument > types. Perhaps you misplaced ORDER BY; ORDER BY must appear after all > regular arguments of the aggregate. +1 David -- Sent via pgsql-bugs mailing list (p

[BUGS] BUG #5616: psql Doesn't Change Log files on \c

2010-08-12 Thread David E. Wheeler
The following bug has been logged online: Bug reference: 5616 Logged by: David E. Wheeler Email address: da...@kineticode.com PostgreSQL version: 8.4 Operating system: Mac OS X 10.6.4 Description:psql Doesn't Change Log files on \c Details: I have this

Re: [BUGS] BUG #5631: psql dumps core during command editing

2010-08-28 Thread David L Kensiski
|19 | readline_echoing_p [866] |22165210|0010|OBJT |GLOB |0|19 | rl_readline_name On Aug 27, 2010, at 9:38 PM, Tom Lane wrote: "David Kensiski" writes: The psql binary (64-bit from binary install) dumps core when I attempt to edit the input line after a few

[BUGS] BUG #5775: DBLINK Connection String Truncation

2010-11-29 Thread David Quinn-Jacobs
The following bug has been logged online: Bug reference: 5775 Logged by: David Quinn-Jacobs Email address: d...@ecornell.com PostgreSQL version: 9.0.1 Operating system: Cent OS 5 Description:DBLINK Connection String Truncation Details: Causes connection failure

[BUGS] BUG #5846: Segfault Postgresql Built with --lib-libedit-preferred

2011-01-24 Thread David E. Wheeler
The following bug has been logged online: Bug reference: 5846 Logged by: David E. Wheeler Email address: da...@kineticode.com PostgreSQL version: 9.0.1 Operating system: Mac OS X 10.6.6 Description:Segfault Postgresql Built with --lib-libedit-preferred Details

Re: [BUGS] BUG #5846: Segfault Postgresql Built with --lib-libedit-preferred

2011-01-24 Thread David E. Wheeler
st noticed it quite some time ago. Anyone got a test case that doesn't involve building PostgreSQL? Thanks, David -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] BUG #6003: Cannot have a constraint foreign key on master class with inheritance

2011-05-03 Thread David carlos Manuelda
The following bug has been logged online: Bug reference: 6003 Logged by: David carlos Manuelda Email address: stormb...@gmail.com PostgreSQL version: 9.0.3 Operating system: Gentoo Linux Description:Cannot have a constraint foreign key on master class with

[BUGS] BUG #6113: SET DATESTYLE='European' does not set datestyle output correctly

2011-07-11 Thread David Carlos Manuelda
The following bug has been logged online: Bug reference: 6113 Logged by: David Carlos Manuelda Email address: stormb...@gmail.com PostgreSQL version: 9.0.4 Operating system: Gentoo Linux Description:SET DATESTYLE='European' does not set datestyle output

[BUGS] BUG #8228: Unexpected "set-valued function" with varchar(n) but not varchar

2013-06-13 Thread david . g . johnston
The following bug has been logged on the website: Bug reference: 8228 Logged by: David Johnston Email address: david.g.johns...@gmail.com PostgreSQL version: 9.0.13 Operating system: Ubuntu Linux 10.04 Description: The following query results in "SQL Error:

<    1   2   3   4   >