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

2013-10-12 Thread Tomas Vondra
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 probably http://www.postgresql.org/support/professional_support/ regards Tomas

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

2013-10-12 Thread Tomas Vondra
not familiar with Arch Linux but I guess it might be /var/log/postgresql.log or something like that. Is there anything relevant in the logs? Can you explain what is the application doing? Can you try to prepare a simplified testcase, based on your knowledge of the app? kind regards Tomas -- Sent

Re: [BUGS] BUG #8451: quantile extension: memory corruption?

2013-09-15 Thread Tomas Vondra
On 14.9.2013 14:12, Tomas Vondra wrote: On 13.9.2013 18:07, stephane.wust...@lip6.fr wrote: The following bug has been logged on the website: Bug reference: 8451 Logged by: strexxx Email address: stephane.wust...@lip6.fr PostgreSQL version: 9.1.9 Operating system

Re: [BUGS] BUG #8451: quantile extension: memory corruption?

2013-09-14 Thread Tomas Vondra
on github and I'll look into that today/tomorrow https://github.com/tvondra/quantile/issues/4 so far it seems like a trivial bug in handling NULL values. regards Tomas -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http

Re: [BUGS] BUG #6667: diplom on english language on your site

2012-05-30 Thread Tomas Vondra
such requests on pgsql-bugs rather rude. Tomas -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] overwriting an existing .so while being used crashes the server process

2012-05-30 Thread Tomas Vondra
Hi, whenever I run a C-function (part of an .so file) and the file is overwritten, the connection crashes. Tested on 9.1.3 and 9.2-beta1. It's 100% reproducible: 1) compile the attached file and copy the .so to pkglibdir $ gcc -I/home/tomas/tmp/postgresql-9.1.2/src/include testcomp.c

Re: [BUGS] overwriting an existing .so while being used crashes the server process

2012-05-30 Thread Tomas Vondra
On 30.5.2012 22:35, Tom Lane wrote: Tomas Vondra t...@fuzzy.cz writes: whenever I run a C-function (part of an .so file) and the file is overwritten, the connection crashes. Tested on 9.1.3 and 9.2-beta1. Doctor, it hurts when I do this. So don't do that. What exactly would you expect

Re: [BUGS] overwriting an existing .so while being used crashes the server process

2012-05-30 Thread Tomas Vondra
has defenses against somebody modifying the executable, is not something you should be asking us. Talk to a kernel hacker for your platform. OK, thanks for the explanation. I still think it's worth mentioning this issue in the docs ... Tomas -- Sent via pgsql-bugs mailing list (pgsql-bugs

Re: [BUGS] BUG #6300: duplicate key value violates unique constraint

2011-11-18 Thread Tomas Vondra
of 'duplicate key value violates unique constraint'. I have two questions: If it's a question, then why have you submitted it as a bug? This is not a bug, it's correct and expected behavior - please, repost the questions to the appropriate place, e.g. pgsql-general mailing list. Tomas 1. why

Re: [BUGS] BUG #6300: duplicate key value violates unique constraint

2011-11-18 Thread Tomas Vondra
On 18 Listopad 2011, 20:38, Tigran Mkrtchyan wrote: On Fri, Nov 18, 2011 at 6:52 PM, Tomas Vondra t...@fuzzy.cz wrote: On 18 Listopad 2011, 17:42, Tigran Mkrtchyan wrote: The following bug has been logged online: Bug reference:      6300 Logged by:          Tigran Mkrtchyan Email address

Re: [BUGS] BUG #6198: init-po fails for plperl due to invalid xsubpp path (contains ExtUtils)

2011-09-04 Thread Tomas Vondra
-nls without with-perl? Allowing that and getting not-fully-working tree is not a good thing I guess ... 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] BUG #6078: borrar usuario

2011-06-28 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Jun 26, 2011 at 05:27:47AM +, jose javier cabrera centeno wrote: The following bug has been logged online: Bug reference: 6078 Logged by: jose javier cabrera centeno Ésto no es un bug de PostgreSQL. Por eso te sugiero

[BUGS] BUG #6074: postgresql service script

2011-06-22 Thread Tomas Enrique Cardozo Baudry
The following bug has been logged online: Bug reference: 6074 Logged by: Tomas Enrique Cardozo Baudry Email address: tomas.enrique.cardozo.bau...@gmail.com PostgreSQL version: 8.4.4 Operating system: Centos 5.6 Description:postgresql service script Details

Re: [BUGS] BUG #5936: Cannot connect to Server

2011-03-19 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Mar 19, 2011 at 05:56:21AM +, Srikanth wrote: The following bug has been logged online: Bug reference: 5936 [...] It was working till 4 days back and suddenly gave the below message.Please tell me what do do This doesn't

Re: [BUGS] BUG #5927: PostgreSQL8.2

2011-03-12 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Mar 12, 2011 at 01:01:52PM +0530, Vishal wrote: Hello Robert, I checked my logs and found the following info - [1] Information (8196), test_db_connection: exception: The Report Server is unable to connect to the database. Database

Re: [BUGS] memory leak in xml2 contrib module

2010-12-14 Thread Tomas Vondra
) but xslt_process function was not and that's why xml2 module is used. Pavel Stehule already prepared a fix (see the attachment). I don't see a response to this email, but it looks like Tom did apply a fix. Yes, AFAIK there's a relevant discussion in the pgsql-hackers list. regards Tomas -- Sent via

Re: [BUGS] Re: BUG #5490: Using distinct for select list causes insert of timestamp string literal to fail

2010-06-04 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Jun 04, 2010 at 06:15:09PM -0400, Farid Zidan wrote: [...] Let me reiterate the example, maybe it was too terse and you did not read it carefully,br No. I think most readers here have understood your problem perfectly. Don't underestimate

Re: [BUGS] dividing money by money

2010-04-02 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Apr 02, 2010 at 10:18:24AM -0700, Chris Travers wrote: Suppose I live in Canada and I have two checking accounts for my business, one in CAD and one in USD. In essence I have to account for a floating balance of a foreign currency [...]

Re: [BUGS] BUG #5392: Query Optimization

2010-03-27 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Mar 26, 2010 at 12:42:29PM +, sachin wrote: The following bug has been logged online: Bug reference: 5392 Logged by: sachin Email address: sachin.des...@gmail.com PostgreSQL version: PostgreSQL8.4.0 Operating

Re: [BUGS] BUG #5380: error in xlog

2010-03-19 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Mar 19, 2010 at 05:30:30AM +, Krishnamoorthy wrote: The following bug has been logged online: Bug reference: 5380 Logged by: Krishnamoorthy Email address: krishnac...@gmail.com PostgreSQL version: 8.0.3

Re: [BUGS] BUG #5341: problema al iniciar pgadmin

2010-02-22 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Feb 23, 2010 at 01:42:30AM +, Jaime Mendieta wrote: The following bug has been logged online: Bug reference: 5341 [...] cuando termino de instalar postgres 8.4.2 me sale un cuadro que dice Problem running post-install step.

Re: [BUGS] Failed to run initdb - not resolved bug 5130

2010-01-26 Thread Tomas Studva
makefiles or what to do. Any help will be apprecciated and write in-depth receipe, I am not a C/C++ developer (I am Java oriented). Tomas Robert Haas wrote: 2010/1/2 Tomas Studva tstu...@gmail.com: Hi all gurus, I've encountered on my computer this bug. I will try to describe all what I

Re: [BUGS] BUG #5266: erros no servidor web

2010-01-06 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jan 05, 2010 at 07:21:15PM +, robson wrote: The following bug has been logged online: Bug reference: 5266 Logged by: robson Email address: robsonott0...@gmail.com PostgreSQL version: 8 Operating system:

[BUGS] test message

2010-01-02 Thread Tomas Studva
This is test message. Please ignore it. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] Failed to run initdb - not resolved bug 5130

2010-01-02 Thread Tomas Studva
with that (but it is not important for this). I want to install this new version. Can u help me please? Sincerely Tomas Studva. The files belonging to this database system will be owned by user Homer. This user must also own the server process. The database cluster will be initialized

[BUGS] Failed to run initdb - not resolved bug 5130

2010-01-02 Thread Tomas Studva
with that (but it is not important for this). I want to install this new version. Can u help me please? Sincerely Tomas Studva. - LOG FILE

Re: [BUGS] Failed to run initdb - not resolved bug 5130

2010-01-02 Thread Tomas Studva
It is not working also for dir F:Programs\PostgreSQL. Tomas John R Pierce wrote: Tomas Studva wrote: My case is WIN XP SP 2 and also when applied SP3. My system has only one speciality as I know, that is I have windows installed on F partition. I was installing on path F

Re: [BUGS] BUG #5256: Error al abrir postgre

2009-12-29 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Dec 29, 2009 at 11:03:31PM +, katherine cubero luna wrote: [...] Cuando intento abrirlo o correr el servicio me da el siguiente error: The ordinal 2821 could not be located in the dynamic link library LIBEAY32.dll Ésto

Re: [BUGS] BUG #5213: copy command gives error

2009-11-25 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Nov 25, 2009 at 07:58:53AM +, savita wrote: [...] Hi, Savita -- I have a file which has data of a table. Now I want to copy this data into postgres database. this is most probably not a bug in PostgreSQL, so it doesn't make sense to

Re: [BUGS] postgresql installing problems

2009-11-09 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Nov 09, 2009 at 10:28:51PM +0100, Tim van Loon wrote: hello, I have problems with installing postgresql 8.3 t would be helpful if you provided some more details. As it is, you leave it to our crystal ball to come up with things as what

Re: [BUGS] PROBLEMA AL INSTALAR POSTSGRESQL

2009-09-28 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Sep 27, 2009 at 11:11:05PM -0500, Jaime Casanova wrote: On Sun, Sep 27, 2009 at 9:45 PM, Robert Haas robertmh...@gmail.com wrote: (with apologies to anyone on this mailing list who ACTUALLY speaks Spanish - it must have hurt to read

[BUGS] notice on explicit primary key or index name

2009-09-19 Thread Tomas Psika
, Tomas Psika *** src/backend/commands/indexcmds.c.bak2009-09-19 11:56:57.0 +0200 --- src/backend/commands/indexcmds.c2009-09-19 12:09:17.0 +0200 *** *** 127,132 --- 127,133 Datum reloptions; int16 *coloptions

Re: [BUGS] BUG #4807: problema para bd

2009-05-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, May 12, 2009 at 10:34:42PM +, jesus wrote: The following bug has been logged online: Bug reference: 4807 Logged by: jesus Email address: jesusmartinez0...@yahoo.es PostgreSQL version: 8.3 Operating system:

Re: [BUGS] Link to MS Access

2009-02-23 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 23, 2009 at 02:24:06PM +0100, artur ganc wrote: Hi, I am using phpPgAdmin administration tool for PostgreSQL and I would like to link it to my MS Access through standards such as OCDB. I want to be able to do all the SQL queries in MS

Re: [BUGS] Per database connection limit buglet

2009-01-26 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 26, 2009 at 02:26:05PM +0200, Heikki Linnakangas wrote: Dave Page wrote: It's possible to set a per-database connection limit of -1, which seems bogus: Yeah. That's simple to fix, but I'm having trouble wordsmithing the error

Re: [BUGS] Per database connection limit buglet

2009-01-26 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 26, 2009 at 03:16:37PM +0200, Heikki Linnakangas wrote: [...] Maybe invalid connection limit %d (must be positive or -1, for unlimited) Hmm, that sounds better, but it can also be 0. Oops. nonnegative, then. Creeping unreadability,

Re: [BUGS] BUG #4450: Postgres do not ask for passord

2008-10-05 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Oct 05, 2008 at 02:42:31PM +, Carlos wrote: The following bug has been logged online: Bug reference: 4450 Logged by: Carlos Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: linux

Re: [BUGS] BUG #4441: Error in postgres Installing

2008-09-30 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Sep 30, 2008 at 01:28:05AM +, Hemantha wrote: The following bug has been logged online: Bug reference: 4441 Hemantha, no need to submit a bug, since this is most probably not a bug of PostgreSQL. It's more a question to post

Re: [BUGS] Latin2 and UTF-8 encoding.

2008-08-25 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 25, 2008 at 12:29:14PM +0200, [EMAIL PROTECTED] wrote: Dear Sur! My name is Peter Kovacs and I work at the National Szechenyi Library in Hunagry. The reason why im writing this letter is the follow: We are using Potgresql to store

Re: [BUGS] BUG #4274: uuid returns duplicate values

2008-08-24 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Aug 23, 2008 at 10:07:58AM -0700, Eric P. Melbardis wrote: Hi Testing on my home system, looking good... will try on my office system Monday. Note: I am assuming that the uuid will mostly be used as a primary key on records

Re: [BUGS] what are the ways to avoid --- ERROR: EXECUTE of SELECT ... INTO is not implemented yet

2008-06-02 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, May 31, 2008 at 10:51:35PM +0530, Shantanu wrote: Here is my real use case 1) We have nornal SELECT ...INTO calls in the procedure calls 2) However we landed ourselves with the following problem

Re: [BUGS] what are the ways to avoid --- ERROR: EXECUTE of SELECT ... INTO is not implemented yet

2008-05-30 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, May 30, 2008 at 09:57:49PM +0530, Shantanu wrote: Hello experts, I am facing this error. mydb= select version(); version

Re: [BUGS] patch: fix up compiling of libpq on the 8.3 stable branch

2008-03-03 Thread Tomas Szepe
: [EMAIL PROTECTED] See the backlog for REL8_3_STABLE here: http://repo.or.cz/w/PostgreSQL.git?a=shortlog;h=REL8_3_STABLE As far as I can tell, aside from this problem the branch looks good (and it compiled, and it seems to work). Best regards, -- Tomas Szepe [EMAIL PROTECTED] -- Sent via pgsql

[BUGS] patch: fix up compiling of libpq on the 8.3 stable branch

2008-03-02 Thread Tomas Szepe
: configure configure.in doc/bug.template src/include/pg_config.h.win32 src/interfaces/libpq/libpq.rc.in src/port/win32ver.rc Patch with a possible solution attached. Best regards, -- Tomas Szepe [EMAIL PROTECTED] commit

Re: [BUGS] 8.3.0: vacuum full analyze: invalid memory alloc request size

2008-02-10 Thread Tomas Szepe
, -- Tomas Szepe [EMAIL PROTECTED] postgresql.conf.gz Description: application/gunzip ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [BUGS] 8.3.0: vacuum full analyze: invalid memory alloc request size

2008-02-10 Thread Tomas Szepe
Tomas Szepe [EMAIL PROTECTED] writes: Are you doing anything that would involve lots of updates in these catalogs --- maybe repeatedly renaming a column, or something like that? Hmm, I typically use a pair of ALTER TABLE table DISABLE TRIGGER USER;/ ALTER TABLE table ENABLE TRIGGER

[BUGS] 8.3.0: vacuum full analyze: invalid memory alloc request size

2008-02-09 Thread Tomas Szepe
it VACUUM This is on x86 Linux. 8.2.6 does not exhibit the problem, or at least I haven't run into it. What info do I need to submit so that this can be tracked down? Best regards, -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast)--- TIP 6

Re: [BUGS] 8.3.0: vacuum full analyze: invalid memory alloc request size

2008-02-09 Thread Tomas Szepe
. Please let me know if you need additional info. Best regards, -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so

Re: [BUGS] BUG #3887: pgAdmin hang when click on database

2008-01-20 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Jan 19, 2008 at 08:27:42AM +, John Cota wrote: The following bug has been logged online: Bug reference: 3887 [...] Postgresql 8.2 on Fedora Core 8/VMware Server 1.04 pgAdmin III on xp sp2 I'm able to access it via pgAdmin

[BUGS] 8.3beta4: pg_dump tab escape change

2007-12-26 Thread Tomas Szepe
, -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list

Re: [BUGS] 8.3beta4: pg_dump tab escape change

2007-12-26 Thread Tomas Szepe
are testing the right beta? Yes, I'm 100% positive I'm running 8.3beta4. Thanks, -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL

[BUGS] BUG #3761: Problems with to_char(timestamp) and milliseconds

2007-11-19 Thread Jose Tomas Eterovic
The following bug has been logged online: Bug reference: 3761 Logged by: Jose Tomas Eterovic Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4-r1 Operating system: Gentoo Linux Description:Problems with to_char(timestamp) and milliseconds Details: When you

Re: [BUGS] Start up error

2007-11-17 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Nov 17, 2007 at 08:19:37AM +0800, Hussain Jawad-FXRM43 wrote: Hello Sir, I have installed postgresql DB on my Linux server. When I am trying to stop and start the DB, below error is reported in postgresql start up log file.

Re: [BUGS] BUG #3654: Inconsistent handling of usernames

2007-10-05 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Oct 04, 2007 at 11:36:59PM +, Radim Kolar wrote: The following bug has been logged online: Bug reference: 3654 Logged by: Radim Kolar Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.5 Operating system:

Re: [BUGS] BUG #3504: Some listening sessions never return from writing, problems ensue

2007-08-17 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Aug 16, 2007 at 05:41:32PM -0500, Peter Koczan wrote: Hey, I found something that finally clears netstat's recv-q with async notifies. I don't quite understand what's going on, so any enlightenment would be greatly appreciated. As near as I

Re: [BUGS] BUG #3429: table named MULTIPOLYGON

2007-07-05 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jul 05, 2007 at 03:22:17PM -0500, Larry Rosenman wrote: try: DROP TABLE MULTIPOLYGON; That should do it. (pardon the top post). -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683

Re: [BUGS] BUG #3033: performance issue with self join

2007-02-23 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 19, 2007 at 08:27:32PM +, Luigi Tarenga wrote: The following bug has been logged online: Bug reference: 3033 Logged by: Luigi Tarenga Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating

Re: [BUGS] BUG #3034: FATAL: could not open lock file /tmp/.s.PGSQL.5432.lock: Permission denied

2007-02-23 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 19, 2007 at 09:53:26PM +, Jessica wrote: The following bug has been logged online: Bug reference: 3034 Logged by: Jessica Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Unix

Re: [BUGS] BUG #3026: 8.2 FOR DEBIAN !!! plzzzz ^^

2007-02-18 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Feb 17, 2007 at 10:36:11PM +, Skatepark Insaen wrote: The following bug has been logged online: Bug reference: 3026 [...] Whats up with the new versions for postgres I don't think this belongs here. It's up to Debian what

Re: [BUGS] 8.2.2 regression with indices on user functions, 8.2.1 works

2007-02-08 Thread Tomas Szepe
of vanilla 8.2.2, so I fetched the current 8.2 CVS head - seems to work fine with our production db. Thanks! -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

[BUGS] 8.2.2 regression with indices on user functions, 8.2.1 works

2007-02-06 Thread Tomas Szepe
ERROR: attribute 1 has wrong type DETAIL: Table has type character varying, but query expects character varying. $ Just putting back the old 8.2.1 binaries is enough (the problem disappears), no need to redump/reinitdb. System: Linux 2.6.20, x86, glibc 2.5, gcc 4.1.1. Hope this helps, -- Tomas

Re: [BUGS] BUG #2929: Error opening 5432 port

2007-01-26 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jan 25, 2007 at 09:33:14AM -0500, James Becerra wrote: Good Morning, [...] What happened with my server, time ago the Postgres 8.1 had worked perfect, and 2 days ago it leaves. I used the command “net stat –a” to see the ports and I can

Re: [BUGS] BUG #2805: restore backup

2006-12-03 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Dec 02, 2006 at 06:44:23PM +, carmelo wrote: The following bug has been logged online: Bug reference: 2805 Logged by: carmelo Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.7 Operating system: linux

Re: [BUGS] BUG #2776: unable to access created user directory

2006-11-25 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Nov 22, 2006 at 10:56:16AM +, Raghava wrote: The following bug has been logged online: Bug reference: 2776 Logged by: Raghava Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: RHEL

Re: [BUGS] BUG #2755: strange select behavior

2006-11-12 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Nov 12, 2006 at 04:49:33PM +, Basil Evseenko wrote: The following bug has been logged online: Bug reference: 2755 [...] # \d tables.cart [no cart_id field] # \d tables.download [cart_id field] # SELECT count(1) from

Re: [BUGS] BUG #2626: Control de errores

2006-09-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Sep 13, 2006 at 04:34:16PM +, Fernando chamber hurtado wrote: The following bug has been logged online: Bug reference: 2626 Logged by: Fernando chamber hurtado Email address: [EMAIL PROTECTED] PostgreSQL

Re: [BUGS] BUG #2579: initcap should not capitalize letter after apostrophe

2006-08-17 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Aug 16, 2006 at 09:03:08PM +, Dan Franklin wrote: The following bug has been logged online: Bug reference: 2579 Logged by: Dan Franklin Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating

Re: [BUGS] BUG #2577: Notice: Only variable references should be retur..

2006-08-15 Thread tomas
On Tue, Aug 15, 2006 at 03:36:24PM +, niktto wrote: The following bug has been logged online: Bug reference: 2577 Logged by: niktto Email address: [EMAIL PROTECTED] PostgreSQL version: 7-4-7 Operating system: debian Description:Notice: Only variable

Re: [BUGS] BUG #2565: pg tool doesn't detect window size changes

2006-08-08 Thread tomas
On Mon, Aug 07, 2006 at 09:40:59PM +, PFudd wrote: The following bug has been logged online: Bug reference: 2565 Logged by: PFudd Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Fedora Core 5 Description:pg tool doesn't

Re: [BUGS] Patch to allow C extension modules to initialize/finish

2006-08-03 Thread tomas
)(); + pg_dlclose(file_scanner-handle); free((char *) file_scanner); /* prv does not change */ shouldn't that be PG_fini_t? (yeah, those nitpickers, especially those who are mostly silent bystanders ;) But I'd support the idea myself. Thanks -- tomas

Re: [BUGS] pg_restore not work on windows 2000, when dump file size 4G

2006-08-01 Thread tomas
not by chance on a FAT partition? Regards -- tomas signature.asc Description: Digital signature

Re: [BUGS] query very slow when enable_seqscan=on

2006-07-04 Thread tomas
On Tue, Jul 04, 2006 at 04:44:08PM +0200, Tomasz Ostrowski wrote: On Tue, 04 Jul 2006, Tom Lane wrote: I think the real problem here is that regex matching is the wrong tool for the job. Have you looked into a full-text index (tsearch2)? So much to do with so little time... For what

Re: [BUGS] Error on createuser

2006-06-22 Thread tomas
On Sun, Jun 18, 2006 at 07:38:13PM +0530, vinayak Desai wrote: [EMAIL PROTECTED] ~]# createuser -a -d -e antonio createuser: could not connect to database template1: FATAL: user root does not exist This is not a bug. It's just that root is not a known database user. Typically there is an user

Re: [BUGS] BUG #2400: 'Ã

2006-04-19 Thread Tomas Zerolo
On Tue, Apr 18, 2006 at 11:34:53PM +, Yusuf Siddiqui wrote: The following bug has been logged online: Bug reference: 2400 Logged by: Yusuf Siddiqui Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Linux Description:'Æ'

Re: [BUGS] BUG #2360: Backup produces ERROR: could not convert UTF8 character to ISO8859-1

2006-03-27 Thread Tomas Zerolo
On Mon, Mar 27, 2006 at 10:20:23AM +, JP Glutting wrote: The following bug has been logged online: Bug reference: 2360 Logged by: JP Glutting Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 (8.0) Operating system: Windows XP SP2 Description:

Re: [BUGS] BUG #2317: Wrong sorting order for (VW)

2006-03-16 Thread Tomas Klockar
he sorting in java which treat them as separate caracters. This is my 5 cent, /Tomas

Re: [BUGS] BUG #2318: language

2006-03-16 Thread Tomas Zerolo
On Thu, Mar 16, 2006 at 01:02:57PM +0100, Andreas Pflug wrote: Tomas Zerolo wrote: [...] export LANG=C pgadmin This is a wrong advice. Mete, use the option dialog to select your favourite language. Don't touch the environment. OK, I assume you *do* know, gven your mail address

Re: [BUGS] BUG #2318: language

2006-03-15 Thread Tomas Zerolo
On Tue, Mar 14, 2006 at 09:30:29AM +, Mete Akdogan wrote: The following bug has been logged online: Bug reference: 2318 [...] This is not a bug (and definitely not a PostgreSQL bug ;-) hi, i am a teaching assistant in www.deu.edu.tr, in one of our db courses, we are planning to

Re: [BUGS] BUG #2175: 22021: invalid byte sequence for encoding \UNICODE\:

2006-01-16 Thread Tomas Zerolo
' to see if the problem disappears. Better yet -- try to convince the client to use UTF-8 encoding. HTH -- tomas signature.asc Description: Digital signature

Re: [BUGS] BUG #2071: ERROR: invalid multibyte character for locale

2005-11-25 Thread Tomas Zerolo
is the locale of your client? (if it's on an unix-like system, see above. Otherwise I have no idea). Hope that helps -- tomas signature.asc Description: Digital signature

Re: [BUGS] Double sequence increase on single insert with RULE on targeted table

2005-11-15 Thread Tomas Zerolo
the rollback of an ongoing transaction is always possible? Regards -- tomas signature.asc Description: Digital signature

Re: [BUGS] Double sequence increase on single insert with RULE on targeted table

2005-11-15 Thread Tomas Zerolo
On Tue, Nov 15, 2005 at 10:51:10PM -0700, Michael Fuhr wrote: On Wed, Nov 16, 2005 at 06:29:40AM +0100, Tomas Zerolo wrote: AFAIK, serials are not guaranteed to produce sequential values; tehy will produce unique values. That means that they can (and sometimes will) jump

Re: [BUGS] importing from 8.0.3 unicode problem

2005-10-30 Thread Tomas Zerolo
On Sun, Oct 30, 2005 at 12:23:00PM -0800, Theodore Petrosky wrote: I don't know if this is a bug or my not understanding something. [...] I get an error: ERROR: invalid UNICODE byte sequence detected near byte 0x8e CONTEXT: COPY ioinfo, line 177, column publication: Elle D?cor ERROR:

Re: [BUGS] Column Name parameter problem

2005-09-29 Thread Tomas Zerolo
strings. You'll have to concatenate yourself, like so: raise notice 'select * from ptest1 order by ' || $1 || ' asc'; HTH -- tomas signature.asc Description: Digital signature

Re: [BUGS] RC1 question of reloading data

2003-11-12 Thread Tomas Szepe
dump file was as1.out so I... psql as1.out The data went into the $(whoami) database per default. -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [BUGS] Repeatedly breaking indexes

2003-11-04 Thread Tomas Szepe
as the cause of your problems -- I've been using that one for years on many production postgres systems (often huge and constantly loaded) and have never observed the problems you're describing. -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast)--- TIP

Re: [BUGS] timestamp bug 7.4beta3

2003-10-15 Thread Tomas Szepe
On Oct-15 2003, Wed, 02:08 -0400 Nayib Kiuhan [EMAIL PROTECTED] wrote: date timestamp DEFAULT 'now' I believe you should be using date timestampt DEFAULT CURRENT_TIMESTAMP(0) -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast

[BUGS] Success report (WAS: postgresql 'eats' my whole data partition)

2003-10-04 Thread Tomas Szepe
.) So again it's a big thank-you to the whole postgres development group for yet another nice step forward, especially to you Tom for the allow btree index compaction and empty page reuse changeset. Best regards, -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-27 Thread Tomas Szepe
the bloat is coming from the fact that the interesting range of start changes over time. 7.4 should be able to recycle index space in that situation, but 7.3 and before can't. OK, I'll definitely try 7.4 once I'm confident with it. Thanks for your time, -- Tomas Szepe [EMAIL PROTECTED

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-27 Thread Tomas Szepe
[EMAIL PROTECTED] Tomas Szepe wrote: [EMAIL PROTECTED] indexes: stats_min_pkey primary key btree (ip, start) stats_min_start btree (start) stats_hr_pkey primary key btree (ip, start) stats_hr_start btree (start) ip is of type inet in all tables. start is of type timestamp without

[BUGS] [7.4beta3] pg_dump -t xxx won't output sequences

2003-09-27 Thread Tomas Szepe
-- SELECT pg_catalog.setval ('seq_wtmp', 3928, true); cut pgsql7.4beta3$ pg_dump -a -t seq_wtmp db1 pg_dump: specified table seq_wtmp does not exist cut seq_wtmp is a perfectly normal sequence. Bye, -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-26 Thread Tomas Szepe
db (the dump is ~150 MiB gzipped). -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-26 Thread Tomas Szepe
[EMAIL PROTECTED] On Fri, 26 Sep 2003, Tomas Szepe wrote: [EMAIL PROTECTED] Did you use -f on the vacuumdb? If not, it did a normal vacuum (which isn't likely to help) not a full vacuum. There are scenarios where VACUUM FULL is not an option because of its resource

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-26 Thread Tomas Szepe
[EMAIL PROTECTED] Tomas Szepe [EMAIL PROTECTED] writes: We have a production database that happens to receive several thousand row updates per minute. We VACUUM ANALYZE every four hours with max_fsm_pages set to 210, and it's no use. Have you spent any time determining exactly

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-26 Thread Tomas Szepe
[EMAIL PROTECTED] Tomas Szepe [EMAIL PROTECTED] writes: I'm afraid so. The weird thing is, we once tried running VACUUM FULL followed by REINDEX and although the process took ages to complete, it didn't seem to help either. :( I'll post whatever debug data I'm asked for, just don't

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-26 Thread Tomas Szepe
. Is that right? 7.4 should improve matters. Trouble is, I probably can't give it a try on the production machine unless I'm sure it won't trash the data, and I don't know of a way to reproduce the workload on a test setup. :( Thanks, -- Tomas Szepe [EMAIL PROTECTED] ---(end

Re: [BUGS] segfault at aset.c:539

2003-07-14 Thread Tomas Szepe
[EMAIL PROTECTED] The resolution of this bug is of critical importance to me, will somebody help? Postgres version? Platform? Ouch, sorry. PostgreSQL 7.3.3 on x86 Linux. -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast)--- TIP 3

Re: [BUGS] segfault at aset.c:539

2003-07-14 Thread Tomas Szepe
the rest of it is okay, but ... :-( Tom, you've saved the day again! (Thanks thanks thanks.) (BTW, it seems the bug can't be triggered on Linux/sparc32). -- Tomas Szepe [EMAIL PROTECTED] ---(end of broadcast)--- TIP 7: don't forget to increase your

[BUGS] segfault at aset.c:539

2003-07-13 Thread Tomas Szepe
, will somebody help? Thanks, T. - Forwarded message from Tomas Szepe [EMAIL PROTECTED] - Date: Thu, 10 Jul 2003 11:54:14 +0200 From: Tomas Szepe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: segfault at aset.c:539 Hi list, I'm getting an ugly non-deterministic segfault in postmaster

Re: [BUGS] db growing out of proportion

2003-06-12 Thread Tomas Szepe
[EMAIL PROTECTED] Peter Childs [EMAIL PROTECTED] writes: On Fri, 30 May 2003, Tomas Szepe wrote: Trouble is, as the rows in the tables get deleted/inserted/updated (the frequency being a couple thousand rows per minute), the database is growing out of proportion in size

  1   2   >