Re: [BUGS] BUG #8388: Remote connections

2013-08-19 Thread bricklen
On Mon, Aug 19, 2013 at 7:32 AM, wrote: > The following bug has been logged on the website: > > Bug reference: 8388 > Logged by: Phil Heverly > Email address: pah...@psu.edu > PostgreSQL version: 9.1.9 > Operating system: Mac OS 10.7 and 10.8 > Description: > > I doubt this i

Re: [BUGS]

2013-08-16 Thread bricklen
On Thu, Aug 15, 2013 at 1:16 PM, Cal Martin wrote: > This error showed up recently can you help me repair it as I do not know > what caused it. > > ** ** > > Thanking you in advance. > > ** ** > > Cal > I notice an error about a missing entry in your pg_hba.conf file. Are you able t

Re: [BUGS] BUG #8329: UPDATE x SET x.y = x.y + z does not work in PL/pgSQL

2013-07-24 Thread bricklen
On Wed, Jul 24, 2013 at 7:45 AM, wrote: > The following bug has been logged on the website: > > Bug reference: 8329 > Logged by: Petr > Email address: chmel...@fit.vutbr.cz > PostgreSQL version: 9.2.4 > Operating system: Fedora x64 > Description: > > Hi there, > we have an is

Re: [BUGS] PGSQL Bug

2013-07-18 Thread bricklen
On Thu, Jul 18, 2013 at 10:52 AM, Michael Kunzmann wrote: > Am 18.07.2013 17:33, schrieb bricklen: > > > On Wed, Jul 17, 2013 at 10:46 PM, Michael Kunzmann < > m...@michaelkunzmann.com> wrote: > >> >> I've noticed the following issue when autostarting

Re: [BUGS] PGSQL Bug

2013-07-18 Thread bricklen
On Wed, Jul 17, 2013 at 10:46 PM, Michael Kunzmann wrote: > > I've noticed the following issue when autostarting PostgreSQL under > Ubuntu 12.04 64bit by bootup. I'm using PostgreSQL 9.1. > > 2013-07-18 06:44:12 CEST FATAL: could not create shared memory segment: > How much RAM do you have, and

Re: [BUGS] BUG #8290: broken/unexpected locking behavior

2013-07-09 Thread bricklen
On Tue, Jul 9, 2013 at 9:02 AM, wrote: > The following bug has been logged on the website: > > Bug reference: 8290 > Logged by: pgnoob > Email address: pgn...@gmail.com > PostgreSQL version: 8.4.13 > Operating system: CentOS Linux > Description: > > I experienced a db deadloc

Re: [BUGS] Postgres crash? could not write to log file: No spaceleft on device

2013-06-25 Thread bricklen
On Tue, Jun 25, 2013 at 9:43 AM, Yuri Levinsky wrote: > I inspected my config file and didn't see any destination that isn't > /data/postgres. Have I perform any specific setting to limit it into > /data/postgres? Execute from psql: show stats_temp_directory stats_temp_directory

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

2013-06-05 Thread bricklen
On Wed, Jun 5, 2013 at 8:24 AM, wrote: > > Bug reference: 8211 > Logged by: Andrey Cizov > Email address: aci...@gmail.com > PostgreSQL version: 9.2.3 > Operating system: Windows > Description: > > CREATE INDEX heuristic ON foos (1 / (a + b)) > > causes: > > ERROR: syntax err

Re: [BUGS] BUG #8027: Get generated key value while inserting in partitioned table

2013-04-02 Thread bricklen
This is not a bug, so should not be in the bugs list. Try posting in the pgsql-general list if the point below does not help. Are your insert statements into the child tables including "RETURNING email_message_id" ? On Tue, Apr 2, 2013 at 12:11 AM, wrote: > The following bug has been logged on

Re: [BUGS] BUG #7927: MEDIAN FUNCTION IN POSTGRE REQUIRED

2013-03-11 Thread bricklen
On Mon, Mar 11, 2013 at 12:01 AM, wrote: > MEDIAN FUNCTION IN POSTGRE REQUIRED Would something on the following page be useful: http://wiki.postgresql.org/wiki/Aggregate_Median Note: this is for PostgreSQL bugs, not requests for help (unless bug related). You could subscribe to the (very helpfu

Re: [BUGS] new BUG: "postgresql 9.2.3: very long query time"

2013-02-20 Thread bricklen
On Wed, Feb 20, 2013 at 5:42 AM, Claude Speed wrote: > Postgresql 9.2.3 is processing my query is much longer than Postgresql > 9.1.8: > Postgresql 9.1.8 - 2292 ms > Postgresql 9.2.3 - 163336 ms > > I provided my query in attach and the database dump too, > this bug is reproducible. 1). Can you s

Re: [BUGS] BUG #7814: Rotation of the log is not carried out.

2013-01-18 Thread bricklen
On Fri, Jan 18, 2013 at 3:26 AM, Tsunezumi wrote: > > I installed ordinarily. > I did not correct postgresql.conf. > > Installation Directory > C:\PostgreSQL\9.2 > > Data Directory > C:\PostgreSQL\9.2\data > > locale > C Please post the results of the following query: SELECT 'version'::text

Re: [BUGS] BUG #6400: function arguments not accepted

2012-01-18 Thread bricklen
On Wed, Jan 18, 2012 at 5:38 AM, wrote: >  INSERT INTO tissue.biopsy (id_biopsy, f_user,introduction_date, > description, weight, size) >  VALUES >  ( >  DEFAULT, >  user, >  in_date, >  in_description, >  in_weight, >  in_size >  ); What happens when you double-quote user in the insert statemen

Re: [BUGS] BUG #6335: Weird planner decision with exists (a join b) condition

2011-12-14 Thread bricklen
On Wed, Dec 14, 2011 at 4:53 PM, Maxim Boguk wrote: > Here goes self-contained test case. > > I tested it on the 9.1.2, 9.1.1, 9.0.5, 9.0.4, 8.4.7 I just tested on 9.1.2 and see the same issue. > --bad > EXPLAIN ANALYZE  select * > from test1 > where > test1.user_id in (100, 101) > and exists (

Re: [BUGS] BUG #6330: Incorrect select results when using mutually exclusive conditions for nullable column with index

2011-12-07 Thread bricklen
On Wed, Dec 7, 2011 at 5:42 AM, wrote: > PostgreSQL version information: > # select version(); > Result: PostgreSQL 9.0.4 on i486-pc-linux-gnu, compiled by GCC gcc-4.4.real > (Ubuntu 4.4.3-4ubuntu5) 4.4.3, 32-bit > > Linux information: > # uname -a > Result: Linux hostname 2.6.32-21-generic-pae #

Re: [BUGS] BUG #6303: ROW_NUMBER()

2011-11-21 Thread bricklen
On Mon, Nov 21, 2011 at 8:40 AM, Alessandro Bellanda wrote: > > The following bug has been logged online: > > Bug reference:      6303 > Logged by:          Alessandro Bellanda > Email address:      a.bella...@gmail.com > PostgreSQL version: 9.1.1 > Operating system:   Linux CentOS release 5.5 64

Re: [BUGS] BUG #6286: Table Partitioning - SQL/MED - interaction broken

2011-11-03 Thread bricklen
On Thu, Nov 3, 2011 at 10:57 AM, Greg Fausak wrote: > > I create a table partition: > > table M > > table A (check range) inherits M > table B (check range) inherits M > ... > table X (check range) inherits M > > ASSERT: a query with constraint exclusions=on, performed on M will select > the corre

Re: [BUGS] auto_explain causes cluster crash if pg_ctl reload is used (not pg_ctl restart)

2011-10-25 Thread bricklen
On Tue, Oct 25, 2011 at 2:01 PM, Tom Lane wrote: > bricklen writes: >> The steps to reproduce are pretty simple. > >> Set the following in the postgresql.conf file: > >> shared_preload_libraries = 'pg_stat_statements,auto_explain' >&

Re: [BUGS] auto_explain causes cluster crash if pg_ctl reload is used (not pg_ctl restart)

2011-10-25 Thread bricklen
On Tue, Oct 25, 2011 at 9:22 AM, Heikki Linnakangas wrote: > On 25.10.2011 18:42, bricklen wrote: >> >> Tried on both >> PostgreSQL 9.0.4 on x86_64-unknown-linux-gnu, compiled by GCC gcc >> (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48), 64-bit >> and >> Postg

[BUGS] auto_explain causes cluster crash if pg_ctl reload is used (not pg_ctl restart)

2011-10-25 Thread bricklen
Tried on both PostgreSQL 9.0.4 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48), 64-bit and PostgreSQL 9.0.3 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48), 64-bit shared_preload_libraries = 'pg_stat_statements,auto_

Re: [BUGS] BUG #6266: Create temp tables on Slave

2011-10-25 Thread bricklen
> you can't. this isn't a bug but a known limitation and is documented here: > http://www.postgresql.org/docs/9.1/static/hot-standby.html#HOT-STANDBY-USERS > >> Is there any workaround? >> How could we create temp database and tables on slave? >> > > not with streaming replication > > -- > Jaime Ca

[BUGS] pg 9.1.1 - ERROR: could not find pathkey item to sort

2011-09-26 Thread bricklen
20110214 (Red Hat 4.4.5-6), 64-bit Any other details needed? Cheers, Bricklen -- 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] SELECT '(1, nan, 3)'::cube;

2011-03-16 Thread bricklen
On Tue, Mar 15, 2011 at 9:08 AM, Robert Brewer wrote: > I'm working on a hypercube implementation in Postgres using contrib/cube > > and need to insert 80,000 rows in one go from Python. Doing so with > INSERT, even multiple statements in one call, is pretty slow. I've been > investigating if usin