Re: [BUGS] debug_level 0 does not stop debug messages

2001-05-03 Thread Jon
Hi, I'm not using pg_ctl, I'm using postmaster directly. So, in my case I tried passing "-d0" to it, but it had no effect. Command line: postmaster -i -d0 -D /var/pgsql/data -c syslog=2 Any ideas? I could patch the code to remove the excessive elog's in the vacuum command, but I'd rather

Re: [BUGS] debug_level 0 does not stop debug messages

2001-05-04 Thread Jon
list about 2 weeks ago about you writing a performance tuning document and putting it up on the website. Did this happen and I miss it, or is it still in the works? Thanks, Jon Poland On Thu, 3 May 2001, Bruce Momjian wrote: > > Can you give me a few sample lines that you are seeing

Re: [BUGS] BUG #5288: Restoring a 7.4.5 -Fc dump using -j 2 segfaults (patch included)

2010-01-19 Thread Jon Erdman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Lane wrote: > "Jon Erdman (aka StuckMojo)" writes: >> So, I still run 7.4.5 for my medical billing app, and in playing around with >> 8.5 at AustinPUG last week I discovered that if I try to restore one of my >>

Re: [BUGS] BUG #5288: Restoring a 7.4.5 -Fc dump using -j 2 segfaults (patch included)

2010-01-19 Thread Jon Erdman
f partial archives these missing deps wouldn't cause any worse failure than they otherwise would, since they'd be just as missing if you did a normal restore vs. a parallel one. - -- Jon T Erdman (aka StuckMojo) PostgreSQL Zealot -BEGIN PGP SIGNATURE- iEYEARECAAYFAktV/W

[BUGS] BUG #5384: pg_dump hard-codes use of /tmp

2010-03-19 Thread Jon Nelson
The following bug has been logged online: Bug reference: 5384 Logged by: Jon Nelson Email address: jnel...@jamponi.net PostgreSQL version: 8.4.2 Operating system: openSUSE 11.2 Description:pg_dump hard-codes use of /tmp Details: I was trying to dump a database

[BUGS] BUG #2556: ODBC driver version 2.00 doesn't publish functions correctly

2006-07-30 Thread Jon Watte
The following bug has been logged online: Bug reference: 2556 Logged by: Jon Watte Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3 Operating system: Linux 2.4 Description:ODBC driver version 2.00 doesn't publish functions correctly Details: Def

Re: [BUGS] BUG #3230: Division problem

2007-04-16 Thread Jon Sime
nted: select cast(30 as real) / 50; select cast(30 as numeric) / 50; select 30::real / 50; select 30 / 50::float; As well as any other variations along that theme. -Jon -- Senior Systems Developer Media Matters for America http://mediamatters.org/ ---(

[BUGS] BUG #3667: Job scheduling with Greenplum fails

2007-10-10 Thread Jon Roberts
The following bug has been logged online: Bug reference: 3667 Logged by: Jon Roberts Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Solaris Description:Job scheduling with Greenplum fails Details: Greenplum doesn't support "

Re: [BUGS] BUG #3667: Job scheduling with Greenplum fails

2007-10-10 Thread Roberts, Jon
-> Index Scan using pga_job_pkey on pga_job j (cost=0.00..8.27 rows=1 width=141)" " Index Cond: (sub.jlgjobid = j.jobid)" " -> Index Scan using pga_jobagent_pkey on pga_jobagent ag (cost=0.00..0.37 rows=1 width=44)" "

Re: [BUGS] BUG #3667: Job scheduling with Greenplum fails

2007-10-11 Thread Roberts, Jon
t be different when we have several hundred jobs. The cost is significantly lower but the total runtime is higher. This is on a PostgreSQL database installed on my desktop. It has nothing to do with Greenplum. I can't even run an explain plan on GP with that first query because it fails.

Re: [BUGS] BUG #3667: Job scheduling with Greenplum fails

2007-10-11 Thread Roberts, Jon
6..0.006 rows=0 loops=2)" "Index Cond: (ag.jagpid = j.jobagentid)" "-> Index Scan using pga_jobclass_pkey on pga_jobclass cl (cost=0.00..0.75 rows=1 width=22) (actual time=0.016..0.020 rows=1 loops=2)" " Index Cond: (cl.jclid

[BUGS] Loading pljava: specified module could not be found

2008-03-07 Thread Roberts, Jon
3897 indicates this was a problem for 8.3RC3. Was this fixed in the final release? Jon -- 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 #789: Transaction Archival Logging -- Hot Backups

2002-10-07 Thread Jon Watte
other >users accessing the database (readers or writers). > > > ------ > - > > [EMAIL PROTECTED] wrote: > > Jon Watte ([EMAIL PROTECTED]) reports a bug > > with a severity of 2 The low

[BUGS] postgresql idle

2004-04-26 Thread Jon Pastore
ce we can't see anything until we kill the process.  then what it remembers gets dumped to the error log.       Jon Pastore RHCE, President IDE Tech, Inc. (954) 360-0393 Office (954) 428-0442 Fax Public Key: http://www.idetech.net/keys/jpastore.asc  

[BUGS] Can't run 8.0 ....

2004-09-10 Thread Jon Wheatland
this all about?     Jon Wheatland Enterprise Information Solutions, Inc. 4910 Main St., Downers Grove, IL 60515 Office: 630.512.0570 - Fax: 630.512.0568 - Mobile: 630.330.3839  

[BUGS] BUG #1779: psql.exe doesn't promt for password yet password authentication fails

2005-07-22 Thread Jon Rylands
The following bug has been logged online: Bug reference: 1779 Logged by: Jon Rylands Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Windows XP SP2 Description:psql.exe doesn't promt for password yet password authentication fails De

[BUGS] BUG #2116: Searching text fields does not work in EUC_JP

2005-12-15 Thread Jon Keating
The following bug has been logged online: Bug reference: 2116 Logged by: Jon Keating Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.1 Operating system: Win 2003 Description:Searching text fields does not work in EUC_JP Details: Hello, I found a problem

Re: [BUGS] BUG #2116: Searching text fields does not work in EUC_JP

2005-12-16 Thread Jon Keating
ot;. I then restored my DB and it worked fine. I find it strange that it won't search Japanese strings with a locale of Japanese... which it defaulted to doing during the Win32 Installer. Anyways, it would be nice to have it as an option or something. If it is there and I didn't see it.. s

[BUGS] BUG #5536: Disputing output for some Geometric types

2010-07-02 Thread Jon Strait
The following bug has been logged online: Bug reference: 5536 Logged by: Jon Strait Email address: jstr...@moonloop.net PostgreSQL version: 8.4.4 Operating system: Linux Description:Disputing output for some Geometric types Details: Refering to Documentation

Re: [BUGS] [PERFORM] typoed column name, but postgres didn't grump

2010-10-31 Thread Jon Nelson
not (since frequently "types" are treated like functions in many languages). Therefore, I suggest that you bear these things in mind when discussing or contemplating how the syntax should work - you probably have many more people coming *to* postgresql from other languages than you have use

Re: [BUGS] [PERFORM] typoed column name, but postgres didn't grump

2010-11-02 Thread Jon Nelson
On Tue, Nov 2, 2010 at 4:34 PM, Kevin Grittner wrote: > Jon Nelson wrote: > >> If I saw this behavior ( a.b also meaning b(a) ) in another SQL >> engine, I would consider it a thoroughly unintuitive wart > > I think the main reason it has been kept is the converse -- if

[BUGS] WARNING: 01000: could not dump unrecognized node type: 928

2010-11-12 Thread Jon Nelson
I get this whenever debug_print_rewritten = on WARNING: 01000: could not dump unrecognized node type: 928 LOCATION: _outNode, outfuncs.c:2787 right before LOG: 0: rewritten parse tree: PostgreSQL 8.4.5 on Linux x86-64 Does this sound familiar? -- Jon -- Sent via pgsql-bugs mailing

Re: [BUGS] WARNING: 01000: could not dump unrecognized node type: 928

2010-11-12 Thread Jon Nelson
On Fri, Nov 12, 2010 at 9:29 PM, Tom Lane wrote: > Jon Nelson writes: >> I get this whenever debug_print_rewritten = on >> WARNING:  01000: could not dump unrecognized node type: 928 >> LOCATION:  _outNode, outfuncs.c:2787 >> right before >> LOG:  0: rewr

[BUGS] WARNING: 01000: could not dump unrecognized node type: 928

2010-11-13 Thread Jon Nelson
I get this whenever debug_print_rewritten = on WARNING: 01000: could not dump unrecognized node type: 928 LOCATION: _outNode, outfuncs.c:2787 right before LOG: 0: rewritten parse tree: PostgreSQL 8.4.5 on Linux x86-64 Does this sound familiar? -- Jon -- Sent via pgsql-bugs mailing

[BUGS] Problem with ALTER TABLE - occasional "tuple concurrently updated"

2010-11-16 Thread Jon Nelson
issues involving ANALYZE and even DROP function. Is this the same root cause? Is there a fix? Is there a lock I could take or some other approach that would prevent the error? I thought all ALTER TABLE statements took a big fat lock to prevent such an issue. -- Jon -- Sent via pgsql-bugs mailing

Re: [BUGS] Problem with ALTER TABLE - occasional "tuple concurrently updated"

2010-11-18 Thread Jon Nelson
On Wed, Nov 17, 2010 at 8:57 PM, Robert Haas wrote: > On Tue, Nov 16, 2010 at 10:48 AM, Jon Nelson > wrote: >> I have a process which runs in parallel creating tables which, as the >> /final/ step in the import, gets SQL much like the following applied: >> >&g

[BUGS] temporary tables, and lots of 0 byte files

2010-11-22 Thread Jon Nelson
her a) room for them is necessary in the LRU cache or, b) the server is shut down. I probably have this wrong. What can be done to remove all of the files associated with dropped (temporary) tables _when_ the they are dropped? I'm using 8.4.5. -- Jon -- Sent via pgsql-bugs mailing list (

Re: [BUGS] temporary tables, and lots of 0 byte files

2010-11-23 Thread Jon Nelson
On 11/22/10, Tom Lane wrote: > Jon Nelson writes: >> Here is the problem: When I started benchmarking this application, I >> noticed it (postgresql) started chewing up inodes on the logical >> volume which houses /var/lib/pgsql. It chewed up a few thousand >> inod

[BUGS] unexpected "ERROR: concurrent delete in progress"

2010-12-07 Thread Jon Nelson
;m on Linux x86_64, using postgresql 8.4.5. -- Jon -- 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 #5827: no consigo instalarlo

2011-01-10 Thread jon varona
The following bug has been logged online: Bug reference: 5827 Logged by: jon varona Email address: jonvar...@hotmail.com PostgreSQL version: 9.0.2-1 Operating system: windows 7 Description:no consigo instalarlo Details: no puedo instalar el programa me pide una

Re: [BUGS] Mismapping of Mountain Time

2011-03-03 Thread Jon Nelson
. If you are using glibc, this is expected/normal. http://www.gnu.org/s/libc/manual/html_node/TZ-Variable.html -- Jon -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] backend for database 'A' crashes/is killed -> corrupt index in database 'B'

2011-03-30 Thread Jon Nelson
8k write, fsync, close 2535.765/second 8k write, close, fsync 2162.060/second My interpretation of these values is that the drives themselves have their write caches disabled. Lastly, the problem has been reproduced on at least three totally different machines. -- Jon

Re: [BUGS] backend for database 'A' crashes/is killed -> corrupt index in database 'B'

2011-03-31 Thread Jon Nelson
On Thu, Mar 31, 2011 at 2:58 AM, Heikki Linnakangas wrote: > On 30.03.2011 21:06, Jon Nelson wrote: >> >> The short version is that if a postgresql backend is killed (by the Linux >> OOM handler, or kill -9, etc...) while operations are >> taking place in a *differ

[BUGS] database introspection error

2011-04-21 Thread Jon Nelson
ier to rename the attribute: ALTER TABLE foo RENAME COLUMN bar TO baz; psql shows the correct (new) name, 'baz'. The SQL above shows the old name, 'bar'. The database has not suffered any un-graceful shutdowns and shows no ill effect. Is the SQL that SQLAlchemy is issuing wrong o

Re: [BUGS] database introspection error

2011-04-22 Thread Jon Nelson
On Thu, Apr 21, 2011 at 11:28 AM, Tom Lane wrote: > Jon Nelson writes: >> SQLAlchemy encountered an error introspecting the tables. After >> inspecting the SQL that it was running, I boiled it down to this: > >> SELECT c.relname,  a.attname >> FROM pg_index i, pg_cl

[BUGS] view + explain + index scan -> bogus varno: 65001 (with some variations)

2011-06-29 Thread Jon Nelson
RE foobar.column1 = baz.column1 AND table_date >= now() ; rollback; -- Jon -- 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] view + explain + index scan -> bogus varno: 65001 (with some variations)

2011-07-02 Thread Jon Nelson
On Fri, Jul 1, 2011 at 3:27 PM, Tom Lane wrote: > Jon Nelson writes: >> With 8.4.7, I ran into an issue trying to explain a VIEW query. >> After much effort, I distilled the query down and was able to >> replicate the issue with a test script, included below. > > FWI

[BUGS] BUG #6107: Invalid bug

2011-07-10 Thread Jon C.
The following bug has been logged online: Bug reference: 6107 Logged by: Jon C. Email address: camilleri@gmail.com PostgreSQL version: 9.0 Operating system: Win XP SP3 Description:Invalid bug Details: Please accept my apologies for the most recent bug reported

[BUGS] BUG #6105: Failed to load Main-Class manifest attribute

2011-07-10 Thread Jon C.
The following bug has been logged online: Bug reference: 6105 Logged by: Jon C. Email address: camilleri@gmail.com PostgreSQL version: 9 Operating system: WinXP SP3 Description:Failed to load Main-Class manifest attribute Details: The following is displayed on

[BUGS] BUG #6106: JAR File has no source attachment

2011-07-10 Thread Jon C.
The following bug has been logged online: Bug reference: 6106 Logged by: Jon C. Email address: camilleri@gmail.com PostgreSQL version: 9.0 Operating system: Win XP SP3 Description:JAR File has no source attachment Details: When running ExecSQL.java on my

Re: [BUGS] backend for database 'A' crashes/is killed -> corrupt index in database 'B'

2011-08-02 Thread Jon Nelson
On Thu, Mar 31, 2011 at 2:58 AM, Heikki Linnakangas wrote: > On 30.03.2011 21:06, Jon Nelson wrote: >> >> The short version is that if a postgresql backend is killed (by the Linux >> OOM handler, or kill -9, etc...) while operations are >> taking place in a *differ

Re: [BUGS] BUG #6316: function search_path causes set_config() is_local = true to have no effect

2011-12-01 Thread Jon Erdman
, which is when you'd normally set a search_path on it (a dev accidentally set it on a non-secdef function). Thanks, and apologies for the false alarm. /me slinks away sheepishly... - -- Jon T Erdman (aka StuckMojo) PostgreSQL Zealot On 12/02/2011 12:27 AM, Tom Lane w

[BUGS] inet subtraction fails with IPv6?

2012-01-31 Thread Jon Nelson
Example (using one of google's IPv6 addrs): jnelson=# select inet '0::0' - inet '2001:4860:4006:800::1011'; ERROR: result is out of range jnelson=# -- Jon -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://ww

Re: [BUGS] inet subtraction fails with IPv6?

2012-01-31 Thread Jon Nelson
On Tue, Jan 31, 2012 at 2:03 PM, Robert Haas wrote: > On Tue, Jan 31, 2012 at 10:38 AM, Jon Nelson > wrote: >> Example (using one of google's IPv6 addrs): >> >> jnelson=# select inet '0::0' - inet '2001:4860:4006:800::1011'; >> ERROR:

[BUGS] BUG #6601: Inconsistent behavior of ALTER TABLE ADD COLUMN

2012-04-18 Thread jon . plotky
The following bug has been logged on the website: Bug reference: 6601 Logged by: jon Email address: jon.plo...@gmail.com PostgreSQL version: 8.4.7 Operating system: RedHat Enterprise Linux 6.2 (Linux version 2.6.32) Description: Not sure if this is a bug or not

Re: [BUGS] BUG #6601: Inconsistent behavior of ALTER TABLE ADD COLUMN

2012-04-18 Thread Jon Plotky
On Wed, Apr 18, 2012 at 7:44 PM, Tom Lane wrote: > > jon.plo...@gmail.com writes: > > Issue: After adding one new column to each of two different tables, querying > > pg_attribute shows the new column in one table but not the other. > > This is a bit hard to believe, and your log extract certainly

[BUGS] 8.4: COPY continues after client disconnects

2013-03-01 Thread Jon Nelson
: internal_flush, pqcomm.c:1108 642 STATEMENT: COPY ... to stdout; it ran until I killed it. -- Jon -- 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 #8384: Missing dll

2013-08-14 Thread barnhart . jon
The following bug has been logged on the website: Bug reference: 8384 Logged by: Jon Barnhart Email address: barnhart@gmail.com PostgreSQL version: 9.2.4 Operating system: Win 7 ultimate Description: pgsql/lib is missing libintl.dll so if you try to use libpq

[BUGS] BUG #5288: Restoring a 7.4.5 -Fc dump using -j 2 segfaults (patch included)

2010-01-18 Thread Jon Erdman (aka StuckMojo)
The following bug has been logged online: Bug reference: 5288 Logged by: Jon Erdman (aka StuckMojo) Email address: postgre...@thewickedtribe.net PostgreSQL version: 8.5devel, 8.4 Operating system: Debian Sid Description:Restoring a 7.4.5 -Fc dump using -j 2 segfaults

[BUGS] BUG #5604: Setting NOT NULL on inherited column turns to real column in dump

2010-08-05 Thread Jon Erdman (aka StuckMojo)
The following bug has been logged online: Bug reference: 5604 Logged by: Jon Erdman (aka StuckMojo) Email address: postgre...@thewickedtribe.net PostgreSQL version: Tested 9.0, 8.3 Operating system: Ubuntu Lucid 10.04 Description:Setting NOT NULL on inherited column