[BUGS] BUG #8525: using ltree <@ ltree[] leads too very bad cost estimates

2013-10-14 Thread pavel . rosputko
) Filter: ((text2ltree(COALESCE(replace((ancestry)::text, '/'::text, '.'::text), ''::text)) || (id)::tex… …t) <@ '{71}'::ltree[]) Rows Removed by Filter: 1322 -> rows=1 -- 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 #8524: PQsendQueryParams with RETURNING clause on a INSERT

2013-10-14 Thread peter . reijnders
ase=apedevdb host=statusclick.bieosthoes.net port=58441 2013-10-13 11:14:53 CEST LOG: connection received: host=statusclick.bieosthoes.net port=58442 2013-10-13 11:14:54 CEST LOG: connection authorized: user=apedev database=apedevdb 2013-10-13 11:14:54 CEST LOG: statement: INSERT INTO foo (ed, bar) VALUES (6, 'cool') RETURNING *; 2013-10-13 11:14:54 CEST LOG: disconnection: session time: 0:00:00.077 user=apedev database=apedevdb host=statusclick.bieosthoes.net port=58442 --->%--- -- 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 #8461: PostgreSQL 9.3 pg_dump heap corruptions

2013-10-14 Thread Marko Tiikkaja
.postgresql.org/docs/9.3/static/libpq-misc.html. Regards, Marko Tiikkaja -- 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 #8461: PostgreSQL 9.3 pg_dump heap corruptions

2013-10-14 Thread Benjamin Wassermann
337 > deletePQCharPointer = _deletePQCharPointer We have successfully tested the new function and it would be nice if this is in a future release of postgresql ;) Regards Ben -- View this message in context: http://postgresql.1045698.n5.nabble.com/BUG-8461-PostgreSQL-9-3-pg-

Re: [BUGS] BUG #8515: Random 'relation "..." does not exist'

2013-10-13 Thread Greg Stark
> -- > john r pierce 37N 122W > somewhere on the middle of the left coast > > > > -- > Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/**mailpref/pgsql-bugs<http://www.postgresql.org/mailpref/pgsql-bugs> >

Re: [BUGS] BUG #8515: Random 'relation "..." does not exist'

2013-10-12 Thread John R Pierce
pierce 37N 122W somewhere on the middle of the left coast -- 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 #8515: Random 'relation "..." does not exist'

2013-10-12 Thread Tomas Vondra
chLinux > Description: > > We've recently migrated an application from MySQL to Postgres and I've been > experiencing some really strange and random bugs. The application is a > pretty simple Rails application and the Postgres setup is the default one > provided by ArchLinux. &g

Re: [BUGS] porting the PostGreSQL on the M68K platform

2013-10-12 Thread John R Pierce
ux, but I don't believe they have a MMU, so they can't run a 'regular' linux kernel. frankly, these don't seem like good candidates for a relational database server to me. -- john r pierce 37N 122W somewhere on the middle of the left

Re: [BUGS] BUG #8514: cache lookup failed for relation 421062806

2013-10-12 Thread Tomas Vondra
;re reporting). regards Tomas -- 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] porting the PostGreSQL on the M68K platform

2013-10-12 Thread Tomas Vondra
more suitable lists - for example pgsql-hackers. Again, post as much info as possible. All mailing lists on postgresql.org (incl. pgsql-bugs, pgsql-hackers) are operated by community, with participants from various companies. If you decide you need a commercial support, the best place to start is

[BUGS] porting the PostGreSQL on the M68K platform

2013-10-12 Thread Zhang, Hongwei
Dear sir, We are trying to port the PostGreSQL on the m68K platform, we've compiled it well, but failed to run it on the 54450 platform. I am wondering who we could refer to for help? Is there any commercial service that we could use for that kind of technical support?

[BUGS] Feature request - Information Schema enhancement

2013-10-11 Thread Joe Love
I know the Information Schema is a SQL standard, but it's somewhat lacking. I was trying to write a web page that showed a db table,it's columns and foreign keys. All went well and I was able to get this tool working great using the information_schema, problem is that some of the information_sche

Re: [BUGS] BUG #8516: Calling VOLATILE from STABLE function

2013-10-11 Thread Dwayne Towell
er has all the information to notify the programmer of a mistake, but isn't. This violates a fundamental principle of software engineering--take every opportunity to prevent errors. Dwayne -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your

[BUGS] BUG #8518: FreeBSD usage in 9.3.1

2013-10-11 Thread david . kumar
tool to encryption in Windows OS . can some one please help me in encrypting the disk. Thanks David jaya Kumar. K -- 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 #8516: Calling VOLATILE from STABLE function

2013-10-11 Thread Tom Lane
g them. To do that it'd have to be volatile, so if we had a restriction like this the function would fail when invoked within a stable function. You can imagine various ways around such issues, but it would add a lot of complication. regards, tom lane -- Sent via p

Re: [BUGS] Bit String expand bug

2013-10-11 Thread Tom Lane
s fix anything. regards, tom lane -- 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 #8516: Calling VOLATILE from STABLE function

2013-10-11 Thread Terje Elde
On Oct 11, 2013, at 9:21 AM, Dimitri Fontaine wrote: > Inter function dependencies is a hard topic indeed. I still would like > to see some kind of progress being made someday. The general case is > turing complete tho, because you can use EXECUTE against programatically > generated SQL. > > You

Re: [BUGS] BUG #8516: Calling VOLATILE from STABLE function

2013-10-11 Thread Dimitri Fontaine
imited in scope static analysis for the cases where it's possible to do so would be great. With pg_depend tracking so that you know you're doing something wrong at DROP FUNCTION time. Regards, -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support --

Re: [BUGS] BUG #8514: cache lookup failed for relation 421062806

2013-10-10 Thread Michael Paquier
ensuring that the relation have to be present. -- Michael -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] PostgreSQL Service on Windows does not start.

2013-10-10 Thread Naoya Anzai
artment NEC Soft, Ltd. E-Mail: anzai-na...@mxu.nes.nec.co.jp --- pg_ctl.c.patch Description: pg_ctl.c.patch -- 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 #8467: Slightly confusing pgcrypto example in docs

2013-10-10 Thread Bruce Momjian
if we revert, will it still be clear what is MD5 and what is MD5 hash? I mean, will it be clear what is MD5 crypt and what is MD5 hash? -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. + -- Sent v

Re: [BUGS] BUG #8467: Slightly confusing pgcrypto example in docs

2013-10-10 Thread Bruce Momjian
t;crypt-md5 > > > > How can the later entry not be MD5 hash? > > Because what you pass to the functions is 'md5', not 'md5 hash', which > is what the new text appears to indicate. So if we revert, will it still be clear what is MD5 and what

Re: [BUGS] BUG #8467: Slightly confusing pgcrypto example in docs

2013-10-10 Thread Peter Eisentraut
t; > > > !md5 hash > > Uh, the table already has a mention of md5 crypt above: > >crypt-md5 > > How can the later entry not be MD5 hash? Because what you pass to the functions is 'md5', not 'md5 hash', which is what the new text appears to indicate. -- 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 #8516: Calling VOLATILE from STABLE function

2013-10-10 Thread 'Bruce Momjian'
o prevent errors. Well, we can't walk the function tree to know all called functions, and those they call, so we don't even try. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. + -- Se

Re: [BUGS] BUG #8467: Slightly confusing pgcrypto example in docs

2013-10-10 Thread Bruce Momjian
1348,1354 > > OpenBSD sys/crypto > > > > > > ! MD5 hash and SHA1 > > WIDE Project > > KAME kame/sys/crypto > > > Again, "MD5 crypt" is mentioned in the same table above: MD5 cryp

Re: [BUGS] BUG #8516: Calling VOLATILE from STABLE function

2013-10-10 Thread Bruce Momjian
LE from calling VOLATILE functions. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. + -- 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] Completely broken replica after PANIC: WAL contains references to invalid pages

2013-10-10 Thread Sergey Konoplev
t; Date: Sun Jun 23 11:05:02 2013 +0100 Good news, thank you. -- Kind regards, Sergey Konoplev PostgreSQL Consultant and DBA http://www.linkedin.com/in/grayhemp +1 (415) 867-9984, +7 (901) 903-0499, +7 (988) 888-1979 gray...@gmail.com -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresq

Re: [BUGS] Completely broken replica after PANIC: WAL contains references to invalid pages

2013-10-10 Thread Alvaro Herrera
errerahttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- 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] Completely broken replica after PANIC: WAL contains references to invalid pages

2013-10-10 Thread Sergey Konoplev
ow to check if this patch was included in 9.2.5 or not? -- Kind regards, Sergey Konoplev PostgreSQL Consultant and DBA http://www.linkedin.com/in/grayhemp +1 (415) 867-9984, +7 (901) 903-0499, +7 (988) 888-1979 gray...@gmail.com -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgres

Re: [BUGS] error

2013-10-10 Thread John R Pierce
. for instance, at a CMD ('dos') prompt, type the command, ECHO %COMSPEC% and you should get something like... C:\WINDOWS\system32\cmd.exe p.s please direct replies to pgsql-bugs@postgresql.org and not me personally. -- john r pierce

Re: [BUGS] BUG #8517: Problem due to libeay32.dll about ordinal

2013-10-10 Thread John R Pierce
you're installing, is it tested and supported on win7? p.s please direct replies to pgsql-bugs@postgresql.org and not me personally. -- john r pierce 37N 122W somewhere on the middle of the left coast -- Sent via pgsql-bugs mailing list (

[BUGS] error

2013-10-10 Thread Andrius Di
Hello, how to solve this error (please see attachment)? Regards, AnDi <> -- 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 #8517: Problem due to libeay32.dll about ordinal

2013-10-10 Thread s . mechaab
his problem ? Thank you, Regards, Sémy -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] Bit String expand bug

2013-10-10 Thread Gabriel Ciubotaru
g on expand. I wonder if is this intended for Big Endian processing or is just wrong coded. Have a nice day ! -- 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 #8516: Calling VOLATILE from STABLE function

2013-10-10 Thread dwayne
tability-violation happens $$ LANGUAGE SQL STABLE; -- this is a lie According to the documentation, f() should be marked VOLATILE also, since calling f() produces side effects. PostgreSQL does not give a warning (or better yet, an error); I think it should. -- Sent via pgsql-bugs mailing list (pg

Re: [BUGS] BUG #8467: Slightly confusing pgcrypto example in docs

2013-10-10 Thread Peter Eisentraut
343,1349 > OpenBSD sys/crypto > > > ! MD5 and SHA1 > WIDE Project > KAME kame/sys/crypto > > --- 1348,1354 > OpenBSD sys/crypto > > > ! MD5 hash and SHA1 >

[BUGS] BUG #8515: Random 'relation "..." does not exist'

2013-10-09 Thread nbuduroi
s and I've been experiencing some really strange and random bugs. The application is a pretty simple Rails application and the Postgres setup is the default one provided by ArchLinux. Basically, at some point a query, update or insert will not work and complain about a table not existing, but

[BUGS] BUG #8514: cache lookup failed for relation 421062806

2013-10-09 Thread shahtejas2811
relation 421062806 error in postgresql log. can anyone tell me significant of this error. -- 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 #8500: Upgrade to postgis 2.1 breaks existing databases

2013-10-09 Thread Devrim GÜNDÜZ
Hi, I *think* I fixed this problem. We will release updated packages tomorrow, along with the PostgreSQL minor release updates. Please let me know if they still don't work. :) Regards, Devrim On Fri, 2013-10-04 at 13:26 +, kyri...@alumni.princeton.edu wrote: > The following bug has been log

[BUGS] BUG #8513: Error recognizing data type in union

2013-10-09 Thread tommi . korhonen
seems that if there are more than one nulls before field c in union PostreSQL thinks merged field's data type is text. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] Getting "getsockopt(TCP_KEEPALIVE) failed" LOG message in PG Logs on Solaris 10

2013-10-09 Thread Dhiraj Chawla
Hi, I am getting "getsockopt(TCP_KEEPALIVE) failed: Option not supported by protocol" log message in the PG Logs whenever I run a query referencing "pg_catalog.pg_settings" on Solaris 10 (both Sprac and x86-64). You can reproduce this case by running a query like: SELECT name, setting, unit FROM

[BUGS] win8

2013-10-08 Thread Mátyás Milos
Dear Support, I would like to install the newest postgresql to win 8 but something wrong with that... At the end I got a message about some problem and I don't know why. The problem is the postgresql can not connect to the host ( 127.0.0.1 ). How can I fix it? Thanks!

[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
t; privileges if the column is used there. But not if the column only exists as a target-column. David J. -- View this message in context: http://postgresql.1045698.n5.nabble.com/BUG-8512-Can-t-use-columns-I-can-t-read-in-the-where-clause-of-a-select-tp5773752p5773757.html Sent from the PostgreSQL - bugs mailing list archive at Nabble.com. -- 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 #8512: Can't use columns I can't read in the where clause of a select

2013-10-08 Thread Stephen Frost
* k...@roeckx.be (k...@roeckx.be) wrote: > Allows SELECT from any column, or the specific columns listed, of the > specified table, view, or sequence. Also allows the use of COPY TO. This > privilege is also needed to reference existing column values in UPDATE or > DELETE. > > > I read that a

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

2013-10-08 Thread kurt
ld someone please clarify? Kurt -- 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 #8467: Slightly confusing pgcrypto example in docs

2013-10-08 Thread Bruce Momjian
. Thanks for the suggestions. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subs

Re: [BUGS] Installing/Upgrading PostgreSQL 9.1.6 to 9.3 known bugs?

2013-10-08 Thread fburgess
We shouldn't have a problem with using pg_upgrade with the hard link option to upgrade from postgreSQL 9.1.6 after I get the spatial component upgraded to postgis 2.1, then straight to postgreSQL 9.3, Right? thanks Original Message Subject: Re: [BUGS] Installing/Upgr

Re: [BUGS] Installing/Upgrading PostgreSQL 9.1.6 to 9.3 known bugs?

2013-10-08 Thread Bruce Momjian
upgrade to PostgreSQL 9.3? Sorry, I have no idea how to upgrade PostGIS. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + -- 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 #8511: some of object dont drop

2013-10-08 Thread Pavan Deolasee
On Tue, Oct 8, 2013 at 1:32 PM, wrote: > The following bug has been logged on the website: > > Bug reference: 8511 > Logged by: Tejas > Email address: shahtejas2...@gmail.com > PostgreSQL version: Unsupported/Unknown > Operating system: Linux > Description: > > cache lookup f

Re: [BUGS] BUG #8511: some of object dont drop

2013-10-08 Thread John R Pierce
/docs/current/static/bug-reporting.html oh, direct further correspondence to the bug list, pgsql-bugs@postgresql.org and not me personally -- john r pierce 37N 122W somewhere on the middle of the left coast -- Sent via pgsql-bugs mailing list (pgsql

[BUGS] BUG #8511: some of object dont drop

2013-10-08 Thread shahtejas2811
pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #8493: Changing file permissions on all files during install

2013-10-07 Thread Sandeep Thakkar
icacls E:\ /grant "NT AUTHORITY\NetworkService":(NP)(RX) > > > The installation took over 1 hour. > I install postgresql on C: and the database in E:\database > > > Regards, > Ronny > > > > -- > Sent via pgsql-bugs mailing list (pgsql-bugs@po

Re: [BUGS] Installing/Upgrading PostgreSQL 9.1.6 to 9.3 known bugs?

2013-10-07 Thread fburgess
can we just use pg_upgrade with the hard links option, instead of copying files to the new cluster option to upgrade to PostgreSQL 9.3? Original Message ---- Subject: Re: [BUGS] Installing/Upgrading PostgreSQL 9.1.6 to 9.3 known bugs? From: Bruce Momjian <br...@momjian.us> Date:

Re: [BUGS] BUG #8470: 9.3 locking/subtransaction performance regression

2013-10-06 Thread Alvaro Herrera
velopment, 24x7 Support, Training & Services -- 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 fixing request

2013-10-05 Thread Aditya srivastava
sir, I want to do bug fixing for your project.At present i am pursuing b.tech in computer science.c and c++ are the languages of my interest. i would be very delightful if i could work for your company. Thank you Aditya srivastava regards

Re: [BUGS] BUG #8470: 9.3 locking/subtransaction performance regression

2013-10-05 Thread Alvaro Herrera
com -- Álvaro Herrerahttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- 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 #8470: 9.3 locking/subtransaction performance regression

2013-10-05 Thread Alvaro Herrera
hat would perhaps allow me to get it done in time. -- Álvaro Herrerahttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- 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 #8498: pg_trgm is missing from windows edb package

2013-10-05 Thread Michael Paquier
anies and their staff who contribute in other ways are. Further, the > PostgreSQL installers are offered as 'official' releases on the community > website, so it is quite reasonable for users to report bugs here. OK, sorry for my misunderstanding. -- Michael -- Sent via pgsql-bugs

Re: [BUGS] BUG #8469: Xpath behaviour unintuitive / arguably wrong

2013-10-05 Thread Bruce Momjian
w-0001oj...@wrigleys.postgresql.org > > > > Someone who knows XML needs to take leadership on this and propose a > > patch. Added to TODO. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible

Re: [BUGS] BUG #8498: pg_trgm is missing from windows edb package

2013-10-05 Thread Dave Page
ed as 'official' releases on the community website, so it is quite reasonable for users to report bugs here. -- 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 #8498: pg_trgm is missing from windows edb package

2013-10-05 Thread Michael Paquier
by community. Regards, -- Michael -- 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 #8470: 9.3 locking/subtransaction performance regression

2013-10-05 Thread Oskari Saarenmaa
with 9.2 but timed out after 3 minutes on 9.3.0. And even without a loop that amplifies this, just a single 'select for update' inside a subtransaction is significantly slower in 9.3. Thanks, Oskari -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your

Re: [BUGS] BUG #8470: 9.3 locking/subtransaction performance regression

2013-10-04 Thread Alvaro Herrera
3.1 though. -- Álvaro Herrerahttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- 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 #8469: Xpath behaviour unintuitive / arguably wrong

2013-10-04 Thread Stefan Kaltenbrunner
ust escaped when serialized >> to XML. If were to actually contain "<", it'd be serialized as >> "&lt;". It should not be possible to be blindly cast to a text type, but >> explicitly serialized as such. >> >> >> At least the rev

[BUGS] BUG #8500: Upgrade to postgis 2.1 breaks existing databases

2013-10-04 Thread kyrimis
s well. At the very least, please ensure that version 2.0.x of the packages remains available in the future. Better still, provide alternative postgis21_92-* packages, for those wishing to use the latest version, without affecting those that use the previous version. -- Sent via pgsql-bugs

Re: [BUGS] BUG #8434: Why does dead lock occur many times ?

2013-10-04 Thread Alvaro Herrera
KEYS_UPDATED)) + if (!(old_infomask & HEAP_XMAX_INVALID)) { TransactionId update_xid; However, the differences in behavior this causes (visible by running the isolation tests) don't look good to me. It's quite possible that there a

Re: [BUGS] pg_upgrade 9.0->9.2 failure: Mismatch of relation OID in database

2013-10-04 Thread Christoph Berg
27;ll see if I can do some tests there. Mit freundlichen Grüßen, Christoph Berg -- Tel.: +49 (0)21 61 / 46 43-187 credativ GmbH, HRB Mönchengladbach 12080, USt-ID-Nummer: DE204566209 Hohenzollernstr. 133, 41061 Mönchengladbach Geschäftsführung: Dr. Michael Meskes, Jörg Folz, Sascha Heuer --

Re: [BUGS] BUG #8496: psqlODBC driver does not work well via Excel

2013-10-04 Thread Pavel Stehule
rom >> being executed. >> > It is strange - I used pg ODBC driver together with MS Excel without any issue. Regards Pavel > > I'm afraid you'll have to provide a lot more details for anyone to be able > to help you. > > - Heikki > > > -- > S

Re: [BUGS] BUG #8496: psqlODBC driver does not work well via Excel

2013-10-04 Thread Heikki Linnakangas
etails for anyone to be able to help you. - Heikki -- 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 #8498: pg_trgm is missing from windows edb package

2013-10-03 Thread Paragon Corporation
Disregard my bug complaint. Stupid user error. Thanks, Regina -- 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 #8498: pg_trgm is missing from windows edb package

2013-10-03 Thread lr
something? Sorry if this is an oversight on my part. -- 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] abort()/segfault when starting postgres in inaccessible CWD

2013-10-03 Thread Andres Freund
it seems hard to control - as proven here - that it doesn't make any calls to functions using palloc() in some edge cases. Greetings, Andres Freund -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- 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] abort()/segfault when starting postgres in inaccessible CWD

2013-10-03 Thread Tom Lane
allowed to use palloc. regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] abort()/segfault when starting postgres in inaccessible CWD

2013-10-03 Thread Andres Freund
To reproduce do something like: # become root su # change into root-only directory cd /root # switch user, without changing directory su postgres # execute postgres /path/to/postgres -D frakbar Greetings, Andres Freund -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Deve

Re: [BUGS] pg_upgrade 9.0->9.2 failure: Mismatch of relation OID in database

2013-10-02 Thread Bruce Momjian
not be failing. I am surprised it got an oid that was one less than the desired one, 18803. Is there any mention of 18803 in the SQL file? If you create a cluster with just your schema and no data, can you upgrade that cleanly? -- Bruce Momjian http://momjian.us EnterpriseDB

Re: [BUGS] BUG #8469: Xpath behaviour unintuitive / arguably wrong

2013-10-02 Thread Bruce Momjian
such. > > > At least the reviewer at: > > > http://www.postgresql.org/message-id/201106291934.23089.rsmog...@softperience.eu There are two other similar bug reports on this from February and March of this year: http://www.postgresql.org/message-id/e1u1fkl-0002rd...@

Re: [BUGS] BUG #8467: Slightly confusing pgcrypto example in docs

2013-10-02 Thread Bruce Momjian
3 years *** gen_salt(type text [, iter_count integer *** 380,386 ! md5 numbers are from mdcrack 1.2. --- 385,391 ! md5 hash numbers are from mdcrack 1.2. *** gen_random

Re: [BUGS] Installing/Upgrading PostgreSQL 9.1.6 to 9.3 known bugs?

2013-10-02 Thread Bruce Momjian
> spread across disk storage mediums; fiber, nas. Are there any known > issues, > bugs with using pg_upgrade to move from 9.1.6 to pg 9.3? > > > > having multiple tablespaces on different mount points complicates things.   > I'm > not sure how or if pg_upgrade

Re: [BUGS] psql \i command with a missing file name doesn't rollback the transaction

2013-10-02 Thread Bruce Momjian
on-existing file (perhaps only when > ON_ERROR_STOP is set to 1?). The problem is how would we decide what psql actions should trigger a rollback, and how would we show the user we did that. -- Bruce Momjian http://momjian.us EnterpriseDB h

[BUGS] BUG #8496: psqlODBC driver does not work well via Excel

2013-10-02 Thread manindra . sarkar
sort of a connection with the database. SQL commands fail from being executed. -- 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 #8494: Cannot Backup / Restore

2013-10-01 Thread Mark Kirkwood
would be better raising this issue with them! Cheers Mark -- 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 #8495: PLSQL PG Terrible performance by using two-dimensional arrays.

2013-10-01 Thread Pavel Stehule
sts some tricks, but it doesn't work for 2D arrays. You can write relative simply C extension, and solve problem there. Regards Pavel Stehule > > > Thank you very much. > > > > -- > 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 #8495: PLSQL PG Terrible performance by using two-dimensional arrays.

2013-10-01 Thread m . manso
27;m doing bad? Thank you very much. -- 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 #8494: Cannot Backup / Restore

2013-10-01 Thread ha
Ltd. RSVP. -- 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 #8492: problem with bigint datatype

2013-09-30 Thread v-alfiya
(\"s_bigint\",\"s_binary1\",\"s_binary99\",\"s_varbinary1\",\"s_varbinary99\") VALUES (:P1,:P2,:P3,:P4,:P5) ". Data for insert have char type. Help me please. Why does this error happen? How can it be solved? Thanks. -- Sent via pgsql-bugs mai

[BUGS] BUG #8493: Changing file permissions on all files during install

2013-09-30 Thread m8000
ot;NT AUTHORITY\NetworkService":(NP)(RX) The installation took over 1 hour. I install postgresql on C: and the database in E:\database Regards, Ronny -- 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 #8485: Cannot Backup / Restore

2013-09-28 Thread ha
pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] BUG #8491: Spanish Interface Language Missing

2013-09-28 Thread ddmartinez
this, the (es_ES) Spanish User Interface option don't work. It seems overwritten by French or something. Best regards -- 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 #8484: Cannot Backup / Restore

2013-09-28 Thread ha
pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #8434: Why does dead lock occur many times ?

2013-09-27 Thread Alvaro Herrera
problem next week. -- Álvaro Herrerahttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- 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 #8434: Why does dead lock occur many times ?

2013-09-27 Thread Tomonari Katsumata
ock on transaction >> 659103; blocked by process 29631. >> Process 29631 waits for ExclusiveLock on tuple (0,153) of relation >> 16385 of database 16384; blocked by process 29630. >> Process 29630: UPDATE t SET col3 = 'c' WHERE col1 = 3 AND

[BUGS] BUG #8483: Text lengths issue

2013-09-27 Thread crush6655
MVC 4, using the code below to insert: NpgsqlConnection connection = new NpgsqlConnection(connectionString); connection.Open(); (new NpgsqlCommand("The query", connection)).ExecuteNonQuery(); connection.Close(); ) -- 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 #8455: spanish pgadmin3.mo

2013-09-27 Thread Guillaume Lelarge
languaje not the spanish > > one. > > You should report this to the pgadmin developers on one of their email > lists: > > http://www.pgadmin.org/support/list.php > Actually, this has already been fixed. My fault, my fix :) -- Guillaume http://blog.gui

[BUGS] BUG #8472: could not find a \"%s\" to execute. When Directory On %PATH% Has Double Quotes.

2013-09-26 Thread goncons
). execute psql. 3). You receive the message 'could not find a "psql" to execute'. 4). Add the Directory without double quotes to the %PATH% environment variable. 5). execute psql. 6). You do not receive the message 'could not find a "psql" to exec

Re: [BUGS] BUG #8455: spanish pgadmin3.mo

2013-09-26 Thread Bruce Momjian
sts: http://www.pgadmin.org/support/list.php -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) T

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

2013-09-26 Thread David Rennalls
stic; ERROR: could not create unique index "pg_statistic_relid_att_index" DETAIL: Table contains duplicated values. ..came across this thread http://www.spinics.net/lists/pgsql-admin/msg05911.html and I tried simply deleting all the stuff in pg_statistic, reindex then vacuum and

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 Kim Applegate
ter 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, >

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

[BUGS] BUG #8471: subquery where not being applied until outer query

2013-09-26 Thread dnrickner
c values to the 4.0 range where b.gpa between 0.0 and 4.0 -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

  1   2   3   4   5   6   7   8   9   10   >