[BUGS] BUG #4290: wrong double subselect with aggregate function

2008-07-09 Thread Andreas
The following bug has been logged online: Bug reference: 4290 Logged by: Andreas Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3 Operating system: Linux Description:wrong double subselect with aggregate function Details: select version

[BUGS] BUG #4684: lastval in function

2009-02-28 Thread andreas
The following bug has been logged online: Bug reference: 4684 Logged by: andreas Email address: postgre...@elbrief.de PostgreSQL version: 8.3.6 Operating system: linux Description:lastval in function Details: create table bla ( id serial primary key , name text not

Re: [BUGS] BUG #4684: lastval in function

2009-03-02 Thread Andreas
Heikki Linnakangas schrieb: andreas wrote: if nextval is used inside a function in a insertstatement, you get always the value from inside the last function. but i expected, that lastval() deliver the value from the insertstatement. i think, this should clearify in the documentation, or better

[BUGS] BUG #3246: User "name" could not be created.

2007-04-20 Thread Andreas
The following bug has been logged online: Bug reference: 3246 Logged by: Andreas Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Windows Vista Description:User "name" could not be created. Details: Hi I can not install postgre

[BUGS] BUG #3741: translation mistake

2007-11-10 Thread Andreas
The following bug has been logged online: Bug reference: 3741 Logged by: Andreas Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4/8.3.beta2 Operating system: debian gnu linux Description:translation mistake Details: FEHLER: Spalte »...« muss in der

[BUGS] BUG #3926: Typo in documentation

2008-02-03 Thread Andreas
The following bug has been logged online: Bug reference: 3926 Logged by: Andreas Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3 Operating system: All Description:Typo in documentation Details: There is a typo in http://www.postgresql.org/docs/8.3/static

Re: [BUGS] BUG #5705: btree_gist: Index on inet changes query result

2010-10-21 Thread andreas
to try to change it. I'd be willing to take responsibility for ripping > out btree_gist's inet support altogether ... > > regards, tom lane That is the reason why I just reported it instead of trying to fix it myself first. Since I could not understand why

Re: [BUGS] BUG #4421: convert_to() should be immutable

2008-09-18 Thread Andreas Peer
ary" index. And the code should be as database independent as possible, therefore I cannot use an array or another data type that may not be supported by other DBMS. Regards, Andreas Peer -- 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 #4421: convert_to() should be immutable

2008-09-19 Thread Andreas Peer
Tom Lane schrieb: > Andreas Peer <[EMAIL PROTECTED]> writes: > >> Well, the use case is a strange one... I would like to use a varchar() >> column for storing a variable-length vector of integers. The numbers are >> represented by the codepoints. Therefore,

[BUGS] data loss with pg_standby when doing a controlled failover

2009-04-06 Thread Andreas Pflug
uite surprising that data can be lost even if the system is shutdown correctly), or better when shutting down the postmaster should spit all log segments containing all changes when archiving is on so the warm standby server can catch up. Regards. Andreas -- Sent via pgsql-bugs mailing l

Re: [BUGS] data loss with pg_standby when doing a controlled failover

2009-04-06 Thread Andreas Pflug
Scott Mead wrote: > > > > On Mon, Apr 6, 2009 at 7:37 AM, Andreas Pflug > mailto:pgad...@pse-consulting.de>> wrote: > > Running 8.3.7, I have a warm standby configuration with a > archive_timeout of 10min. > > It's obvious that there's a

Re: [BUGS] data loss with pg_standby when doing a controlled failover

2009-04-06 Thread Andreas Pflug
Guillaume Smet wrote: > On Mon, Apr 6, 2009 at 1:37 PM, Andreas Pflug > wrote: > >> IMHO this should be mentioned in the docs explicitly (I find it quite >> surprising that data can be lost even if the system is shutdown >> correctly), or better when shutting down

[BUGS] Bug in pg_dump.exe/pg_restore (Version 8.4 beta 2)

2009-06-09 Thread Andreas Nolte
.sp_pp_set(@ppnr integer, @JobID character varying) OWNER TO sa; It fails to restore the parameters of a lot of functions... only 2 functions (without any parameter) are restored fine. Beste Gruesse / best regards Andreas Nolte Manz Automation AG Andreas Nolte Entwicklung / Appl

[BUGS] Postgres

2009-06-10 Thread Andreas Mutota
could create database and tables but I cannot populate data into any of the tables. How would I make this possible. Best regards, Andreas Mutota GIS Analyst Programmer Nationl Planning Commission Central Bureau of Statistics Private Bag 13356, Windhoek Republic of Namibia TeL: +264 61

[BUGS] BUG #4881: KDE 4.2 not running any more when installing one click installer from Enterprise DB

2009-06-25 Thread Andreas Wenk
The following bug has been logged online: Bug reference: 4881 Logged by: Andreas Wenk Email address: a.w...@netzmeister-st-pauli.de PostgreSQL version: 8.4 RC1 Operating system: Linux Kubuntu 9.04 Jaunty Description:KDE 4.2 not running any more when installing one

[BUGS] 1-Click 8.4 win32 fails to run scripts

2009-07-07 Thread Andreas Pflug
with de_DE). Regards, Andreas -- 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] 1-Click 8.4 win32 fails to run scripts

2009-07-15 Thread Andreas Pflug
This issue still seems unaddressed. Andreas Pflug wrote: > The installer claimed a non-fatal problem, cluster is up and running. > Excerpt from install-postgresql.log > > Installing pl/pgsql in the template1 databases... > psql: Warnung: berflssiges Kommandozeilenargument ¯

[BUGS] BUG #5057: Binaries missing

2009-09-15 Thread Andreas Kuckartz
The following bug has been logged online: Bug reference: 5057 Logged by: Andreas Kuckartz Email address: a.kucka...@ping.de PostgreSQL version: 8.2.14 Operating system: Windows Description:Binaries missing Details: "Only PostgreSQL 8.2 and above are support

[BUGS] Re: [PATCHES] Patch for Linux-IA64

2000-07-06 Thread Andreas Schwab
ic BOOL +__attribute__((constructor)) +init(void) +{ + getGlobalDefaults(DBMS_NAME, ODBCINST_INI, FALSE); + return TRUE; +} + +#else /* These two functions do shared library initialziation on UNIX, well at least * on Linux. I don't know about other systems. A

[BUGS] low performance

2001-08-20 Thread Andreas Wernitznig
lp) I cannot reproduce these problems, sometimes the db is fast, sometimes very slow. The perl script doesn't seem to be the problem, because I wrote all SQL Commands to a file and processed them later ("psql dbname postgres < SQL-File"). Same thing

[BUGS] low performance

2001-08-20 Thread Andreas Wernitznig
lp) I cannot reproduce these problems, sometimes the db is fast, sometimes very slow. The perl script doesn't seem to be the problem, because I wrote all SQL Commands to a file and processed them later ("psql dbname postgres < SQL-File"). Same thing

Re: [BUGS] low performance

2001-08-20 Thread Andreas Wernitznig
0.0 0.7 0:00 postmaster 14838 andreas9 0 15228 14M 1796 S 0.7 5.9 11:58 parse.pl The main postmaster is job 14819 (0.0% CPU). The postmaster spawned by perl is sucking up 98.5% CPU. cat /proc/meminfo writes: total:used:free: shared: buffers: cac

[BUGS] Re: low performance

2001-08-21 Thread Andreas Wernitznig
. The problem is, that sometimes the performance is good, and sometimes the database is awfully slow. If it is slow, postgres is eating up all CPU time and it takes at least 150 times longer to insert the data. I don't know why and what to do against that. Andreas On Mon, 20 Aug 2001 19:39:31

Re: [BUGS] Re: low performance

2001-08-22 Thread Andreas Wernitznig
38:23 -0400 Tom Lane <[EMAIL PROTECTED]> wrote: > Andreas Wernitznig <[EMAIL PROTECTED]> writes: > > I am aware of the performance drawbacks because of indices and > > triggers. In fact I have a trigger and an index on the most populated > > table. It is not possible

Re: [BUGS] Re: low performance

2001-08-28 Thread Andreas Wernitznig
On Wed, 22 Aug 2001 19:19:42 -0400 Tom Lane <[EMAIL PROTECTED]> wrote: > Andreas Wernitznig <[EMAIL PROTECTED]> writes: > > I took option 1 and managed to create a profile of a slow and a fast run: > > It's difficult to compare these profiles, because they seem t

Re: [BUGS] PD: triggered data change violation on relation "tbl_b"

2001-08-29 Thread Andreas Wernitznig
You cannot insert and delete the same data within one transaction. Only one change of a row is allowed. Greetings Andreas On Wed, 29 Aug 2001 13:18:02 +0200 "Pawel Pawlowski" <[EMAIL PROTECTED]> wrote: > When I insert to table new row and after this in the same transaction

Re: [BUGS] Re: low performance

2001-09-03 Thread Andreas Wernitznig
eive the information gained from "vacuum analyze". Greetings Andreas On Mon, 03 Sep 2001 12:26:39 -0400 Tom Lane <[EMAIL PROTECTED]> wrote: > Andreas Wernitznig <[EMAIL PROTECTED]> writes: > > To make it more comparable I have made two additional runs, a slow and > > a

[BUGS] backend closed the channel unexpectedly

2001-09-07 Thread Andreas Wernitznig
the server was lost. Attempting reset: Failed. This usually happens after some millions of rows are inserted into the database. What can I do to avoid this error? Greetings Andreas ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [BUGS] Bug #474: Index using problem

2001-10-05 Thread Andreas Wernitznig
the postgresql-programmers is now: Why don't you skip the automatic index creation for primary keys and let the user decide to create an index, that should be used in any case, regardless whether the table is full or empty ? Andreas On Fri, 5 Oct 2001 03:21:01 -0400 (EDT) [EMAIL PROTECTED]

Re: [BUGS] Bug #474: Index using problem

2001-10-05 Thread Andreas Wernitznig
slower in Test B. For both tests (steps 2-4) I use one connection to the database. If I quit the connection after step 3 and establish a new connection for step 4 it takes 39 seconds in either cases. -> Using one connection the optimizer for pk/fk-checking is not updated by a "vacuum analyz

Re: [BUGS] Bug #474: Index using problem

2001-10-05 Thread Andreas Wernitznig
Why don't you skip the automatic index creation for primary keys and let the user decide to create an index, that should be used in any case, regardless what the query planner recommends ? On Fri, 05 Oct 2001 15:15:06 -0400 Tom Lane <[EMAIL PROTECTED]> wrote: > Andreas Wern

Re: [BUGS] Bug #474: Index using problem

2001-10-05 Thread Andreas Wernitznig
g decisions. Then I have to execute a "vacuum analyze" or reconnect in case of foreign key checking. I would like to tune postgresql to use an index in any case if it is available. On Fri, 05 Oct 2001 18:01:08 -0400 Tom Lane <[EMAIL PROTECTED]> wrote: > Andreas Wernitznig <[

[BUGS] Handling large Objects with Tcl/Tk

2001-12-03 Thread Andreas Kretzer
a question regarding handling of large objects ??? I still have a probleme there! Hope you can help with short e-mail. Andreas ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command

Re: [BUGS] Bug #630: date/time storage problem: timestamp parsed

2002-04-15 Thread Andreas Schwab
time() -- sorry for my |> faulty memory. The case I am handling is in recovering local time given |> a time_t (in UTC of course). I have independently derived a broken-down |> time structure, so have both the original structure and the results of |> localtime() available in my code.

Re: [BUGS] Bug #630: date/time storage problem: timestamp parsed

2002-04-15 Thread Andreas Schwab
dates and times before 1970), but if I'm understanding |> things correctly we will need to somehow reimplement the entire time and |> time zone support system within PostgreSQL. I'll start looking at the |> FreeBSD code to see what is available. *sigh* Since POSIX says years bef

[BUGS] Too many function calls in view with LEFT JOIN

2006-05-30 Thread Andreas Heiduk
I hope, this is really a bug and not something I didn't understand :-) Best Regards Andreas Heiduk __ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WE

Re: [BUGS] Too many function calls in view with LEFT JOIN

2006-06-01 Thread Andreas Heiduk
Hello! Tom Lane <[EMAIL PROTECTED]> wrote > > Andreas Heiduk <[EMAIL PROTECTED]> writes: > > If a view which calls a function is LEFT JOINed to a table but not all > > result rows are matched by some criteria, then the function is called > > for each row o

[BUGS] Restoring 7.4 "pg_dumpall -o" output in 8.1 fails

2006-08-04 Thread Andreas Gustafsson
dfec250 psql:backup:845: ^ psql:backup:846: invalid command \N psql:backup:847: invalid command \N psql:backup:848: invalid command \N This is on NetBSD-current, i386. -- Andreas Gustafsson, [EMAIL PROTECTED] ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [BUGS] Restoring 7.4 "pg_dumpall -o" output in 8.1 fails

2006-08-07 Thread Andreas Gustafsson
t looking for support or workarounds, but simply to have the bug fixed. Whether or not I need to preserve OIDs, the documented upgrade procedure for the case where OIDs do need to preserved is not working, and that clearly is a bug in either PostgreSQL itself or the documentation. -- A

[BUGS] BUG #2598: Columns named R are not accessible - although R is not a keyword

2006-08-30 Thread Andreas Langegger
The following bug has been logged online: Bug reference: 2598 Logged by: Andreas Langegger Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Gentoo Linux 3.3.6, Kernel 2.6.16 Description:Columns named R are not accessible - although R is not

Re: [BUGS] BUG #2598: Columns named R are not accessible - although

2006-08-30 Thread Andreas Langegger
key, date, time, remarks, R) values (9, '2006-08-30', '12:00:00', 'no comments', 30); causes: ERROR: column "r" of relation "sunspots" does not exist regards, Andy Tom Lane wrote: > "Andreas Langegger" <[EMAIL PROTECTED]>

Re: [BUGS] backup + restore fails

2006-10-20 Thread Andreas Seltenreich
Win32's strftime be an acceptable solution? elog.c is already doing this, however because of the length of the zone names, not the localization problem. The attached patch is completely untested because I don't have access to a win32 box. regards, andreas Index: src/bin

[BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio 11

2006-11-03 Thread Andreas Lange
k backported) on the same machine finds cbrt and passes the 'gmake check' just fine. Is this a known error or due to some intentional change that I've missed? Regards, Andreas ---(end of broadcast)--- TIP 7: You can help su

Re: [BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio

2006-11-03 Thread Andreas Lange
Alvaro Herrera wrote: Andreas Lange wrote: And here is from configure: checking whether gettimeofday takes only one argument... no checking for cbrt... no Undoubtely this is the problem. Can you show the relevant config.log extract? Ok, here we go: configure

Re: [BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio

2006-11-03 Thread Andreas Lange
Alvaro Herrera wrote: Andreas Lange wrote: configure:13462: checking for cbrt configure:13519: /sw/sun-studio-11/SUNWspro/bin/cc -Xa -o conftest -fast -fns=no -fsimple=1 -xtarget=opteron -xarch=amd64a conftest.c -lz -lrt -lsocket >&5 "conftest.c",

Re: [BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio

2006-11-03 Thread Andreas Lange
: test -z              || test ! -s conftest.err configure:5211: $? = 0 configure:5214: test -s conftest configure:5217: $? = 0 configure:5287: result: none required   regards, Andreas Lange

Re: [BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio

2006-11-14 Thread Andreas Lange
-native -xdepend -xlibmil -xlibmopt -xO5 -xregs=frameptr I do understand the recomendation to avoid -fast, the tweaking is both compiler version and hardware architecture dependant. Doing a make check is always advisable. regards, Andreas ---(end of broadcast)

[BUGS] BUG #3280: wrong german-translation

2007-05-15 Thread Andreas Sakowski
The following bug has been logged online: Bug reference: 3280 Logged by: Andreas Sakowski Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: debian-linux Description:wrong german-translation Details: If you truncate a table with a foreign

[BUGS] BUG #3716: utf8 crash with replace

2007-11-02 Thread Andreas Pflug
The following bug has been logged online: Bug reference: 3716 Logged by: Andreas Pflug Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: Linux,Windows Description:utf8 crash with replace Details: If replace is used with UTF8

Re: [BUGS] BUG #3716: utf8 crash with replace

2007-11-08 Thread Andreas Pflug
Tom Lane wrote: > "Andreas Pflug" <[EMAIL PROTECTED]> writes: > >> If replace is used with UTF8 client_encoding, searching for a malformed >> string, the backend will crash. >> > > >> SELECT replace('Ärger', chr(195), '

[BUGS] [PATCH] Don't bail with legitimate -N/-B options

2008-02-16 Thread Andreas Kling
ually "max autovacuum connections" + NBuffers. My attached patch fixes this by adding "max autovacuum connections" * 2 to NBuffers before the check. Best regards, Andreas Kling ACG Nyström AB Index: src/b

Re: [BUGS] [PATCH] Don't bail with legitimate -N/-B options

2008-02-16 Thread Andreas Kling
be an error message at all. ;-) Cheers, Andreas ---(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 cleanly

[BUGS] BUG #4252: SQL stops my graic cards

2008-06-18 Thread Andreas Andersson
The following bug has been logged online: Bug reference: 4252 Logged by: Andreas Andersson Email address: [EMAIL PROTECTED] PostgreSQL version: SQL 2.8 Operating system: Vista SP1 Description:SQL stops my graic cards Details: Post this bug on pockertracker forum

[BUGS] DELETE permission problems on table with long name after upgradeto 7.3.1

2003-01-23 Thread Andreas Lange
away the data in a temp table, dropping the problematic one and recreating it made the whole thing work again. Below is the declaration used (before and after the upgrade): Regards, Andreas drop table gradsite_dev_course_classification; create table gradsite_dev_course_clas

[BUGS] problem with libpq7.3.3/encrypted

2003-07-24 Thread Andreas Pflug
pg_description des ON des.objoid=rw.oid WHERE ev_class = 12345 ORDER BY rulename Regards, Andreas Christian Ruediger Bahls wrote: it could be because of the encryption layer that postgresql uses .. i think this is because i use the encrypted layer an uncomplete stacktrace i have from one of

Re: [BUGS] problem with libpq/encrypted

2003-07-28 Thread Andreas Pflug
nsp ON nsp.oid=cl.relnamespace LEFT OUTER JOIN pg_description des ON des.objoid=rw.oid WHERE ev_class = 12345 ORDER BY rulename Regards, Andreas Christian Ruediger Bahls wrote: it could be because of the encryption layer that postgresql uses .. i think this is because i use the encrypted laye

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
trace down that ssl thing. Regards, Andreas ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
Tom Lane wrote: Andreas Pflug <[EMAIL PROTECTED]> writes: I currently don't have a system to reproduce this, because I didn't succeed making my 7.4 server accepting ssl-connections. I posted for installation help on pgsql-admin but didn't get a reaction so far. RTFM u

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
should do --- but make sure you get the full contents of each packet sent and received. Hi Tom, the attached file is a tcpdump of a connect attempt. Regards, Andreas 00:14:21.128861 localhost.32821 > localhost.postgresql: F 2173273900:2173273900(0) ack 2168553850 win 32767 (DF)

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
hat I could enable in the backend to be a bit more verbose about the communication process? Regards, Andreas ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
uld have answered "no". I didn't opt vor IPV6 either, it's a stock SuSE 8.1. Immediately, I checked the reported ssl hangs, and found both cases working. Dave reported this failing on snake.pgadmin.org, which uses a different openssl (0.9.7a), I'

[BUGS] ALTER SCHEMA problem

2003-08-14 Thread Andreas Hinz
this form. = ===POSTGRESQL BUG REPORT TEMPLATE = === Your name : Andreas Hinz Your email address : [EMAIL PROTECTED] System Configuration - Ar

Re: [BUGS] Database Grants Bug

2003-08-18 Thread Andreas Pflug
assume DB2 and Oracle have similar facilities, not necessarily in SQL. Perhaps pgadmin has this ability? AFAIR pgAdmin2 does have a grant utility for this. pgAdmin3 has this on the TODO for the next version. Regards, Andreas ---(end of broadcast)

Re: [BUGS] can't link the libpq.dll for bcc32.mak

2003-08-26 Thread Andreas Pflug
e are already patches for this on the way; please look at pgsql-patches of the last days. Regards, Andreas ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [BUGS] session variable

2003-09-02 Thread Andreas Pflug
n? i think mailing such questions to "BUGS" is not a good idea. Just use the pgsql-sql and pgsql-performance mailing lists. Regards, Andreas ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [BUGS] Cannot compile CVS current on Mac OS X 10.2.6

2003-09-02 Thread Andreas Pflug
[EMAIL PROTECTED]) Looks like a cvs conflict because you changed something in pqcomm.c. Remove pqcomm* and cvs update again. Regards, Andreas ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [BUGS] session variable

2003-09-02 Thread Andreas Pflug
Bupp Phillips wrote: Could you possible have some type of variable (preferably the Transaction ID) that can identify an individual process? There's pg_backend_pid() for 7.4 and backend_pid() as contrib module for earlier releases. Regards, Andreas ---(end of broa

Re: [BUGS] pgadmin 3 bug - crash on start, win95b

2003-09-05 Thread Andreas Pflug
Jim, first of all, this is the wrong mailing list. Use pgadmin-support for pgadmin related questions. The binary win32 release of pgAdmin3 is unicode enabled, which requires Windows NT, 2000 or XP, 95 and 98 are too old. Regards, Andreas ---(end of broadcast

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

2003-09-25 Thread Andreas Pflug
p until fill all my partition (from 1GB grows up to 15GB !!!). This is by design, you need to VACUUM regularly to keep your db healthy as pointed out in the documentation. Regards, Andreas ---(end of broadcast)--- TIP 3: 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 cleanly

Re: [BUGS] bug reporting

2003-10-03 Thread Andreas Pflug
ated questions. Which tool did you use to insert the data? Regards, Andreas ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [BUGS] [pgadmin-hackers] Degrade(character conversion problem) pga3?

2003-10-08 Thread Andreas Pflug
Hiroshi Saito wrote: Hi Andreas. I have a problem. It is a happening within this week. See below. http://cre-ent.skcapi.co.jp/~saito/pgadmin3/20030922_1.jpg http://cre-ent.skcapi.co.jp/~saito/pgadmin3/20031007_1.jpg Tonight, let me know it if you know something though it will be examined. Thank

Re: [BUGS] BUG #1082: Order by doesn't sort correctly.

2004-02-24 Thread Andreas Pflug
Cymbal #2 Cymbal - 18 inch [EMAIL PROTECTED] tgl]$ LC_ALL=en_GB sort zzz Cymbal #1 Cymbal - 18 inch Cymbal #2 [EMAIL PROTECTED] tgl]$ I verified this, and it's not GB specific as one might suggest... Same with en_US, de_DE, fr_FR, af_ZA. Does this behaviour really make sense

Re: [BUGS] [7.4.2] Still "variable not found in subplan target lists"

2004-04-16 Thread Andreas Pflug
2500 bytes. Please let me know what's wrong with that. Regards, Andreas ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html

Re: [BUGS] [7.4.2] Still "variable not found in subplan target lists"

2004-04-18 Thread Andreas Pflug
a limited class of changes exist that can be done without deep impact, namely changing between binary compatible types and extending the length. This is what pgadmin3 does, but apparently this wasn't correct. Regards, Andreas ---(end of broadcast)-

Re: [BUGS] UNIQUE not honoured for NULL

2004-07-12 Thread Andreas Pflug
not TRUE. Yes, that it's better. Still not precise. NULL = NULL is NULL (which is neither TRUE nor FALSE) while (NULL = NULL) IS NULL is TRUE... Regards, Andreas ---(end of broadcast)--- TIP 6: Have you searched our list archives?

Re: [BUGS] Bug in concat operator for Char? -- More Info

2004-07-21 Thread Andreas Pflug
DY$ LANGUAGE 'plpgsql' I find the result of this function quite surprising, and certainly not yielding what was intended (yes, this can avoided, I know). Surprise is getting bigger, if fullname is declared as text... IMHO the bottom line here is that the SQL-spec behavior of type ch

Re: [BUGS] BUG #1199: pgAdmin problem

2004-07-21 Thread Andreas Pflug
following error message: column "datpath" does not exist pgAdmin III V1.0.2 is for PostgreSQL 7.3 and 7.4 only, use a V1.1 snapshot. Regards, Andreas ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [BUGS] broken contrib/dbsize in cvs head?

2004-08-11 Thread Andreas Pflug
h offer tablespace size as well. Regards, Andreas ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [BUGS] pgAdmin III edit grid on empty Table

2004-08-13 Thread Andreas Pflug
a. Nathan, please post pgadmin related stuff at pgadmin-support. You probably didn't assign a primary key to that table, pgadmin3 will refuse to edit tables on which it can't identify rows uniquely. Regards, Andreas ---(end of broadcast)

Re: [BUGS] PostgreSQL 8.0

2004-08-13 Thread Andreas Pflug
Andras Kutrovics wrote: LOG: select() failed in statistics collector: An operation was attempted on something that is not a socket. What's your operating system platform? Regards, Andreas ---(end of broadcast)--- TIP 7: don't forget t

Re: [BUGS] postgresql 8 (pgAdminIII) crashes when login form X is

2004-08-15 Thread Andreas Pflug
te a connection dialogue!" Known and already fixed. Regards, Andreas ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [BUGS] 8.0.0 beta 1, contrib/dbsize, GetDatabasePath wrong

2004-08-17 Thread Andreas Pflug
Bruce Momjian wrote: This has been corrected in current CVS. But it still fails for tables in tablespaces. That's why I posted all new functions a while ago. Regards, Andreas ---(end of broadcast)--- TIP 7: don't forget to increase your

Re: [BUGS] 8.0.0 beta 1, contrib/dbsize, GetDatabasePath wrong

2004-08-17 Thread Andreas Pflug
Bruce Momjian wrote: Andreas Pflug wrote: Bruce Momjian wrote: This has been corrected in current CVS. But it still fails for tables in tablespaces. That's why I posted all new functions a while ago. Yes, you posted the functions, but I don't understand how to integrate that into dbsi

Re: [BUGS] 8.0.0 beta 1, contrib/dbsize, GetDatabasePath wrong

2004-08-17 Thread Andreas Pflug
Bruce Momjian wrote: Andreas Pflug wrote: Bruce Momjian wrote: Andreas Pflug wrote: Bruce Momjian wrote: This has been corrected in current CVS. But it still fails for tables in tablespaces. That's why I posted all new functions a while ago. Yes, you posted the functions, but I

Re: [BUGS] BUG #1229: memory leak in backend with COPY and FOREIGN KEY

2004-08-25 Thread Andreas Heiduk
section "13.4.2 Use COPY FROM" within "Performance Tips" would prevent other people like me doing such bad things. Many thanks for the fast help. Andreas Heiduk Stephan Szabo <[EMAIL PROTECTED]> schrieb am 24.08.04 19:25:56: > > > On Tue, 24 Aug 2004, Pos

Re: [BUGS] Sugestion

2004-09-02 Thread Andreas Pflug
up the tray with colourful useless stuff). Usually a server process is started when the machine starts, and stopped when switched off. To control the pgsql service, you can do this in pgAdmin III, in addition to the usual services applet. Regards, Andreas ---(end of

Re: [BUGS] Money type not gone?

2004-09-20 Thread Andreas Pflug
period of work on multi currency applications, I found out that adding 1 USD and 1 EUR won't give a good result... Regards, Andreas ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [BUGS] Money type not gone?

2004-09-20 Thread Andreas Pflug
Karel Zak wrote: On Mon, 2004-09-20 at 08:36 +, Andreas Pflug wrote: Karel Zak wrote: On Sun, 2004-09-19 at 15:29 -0400, Tom Lane wrote: I want to rewrite it for 8.1 as numeric based datetype with some formatting extension probably with some internal stuff from to_char() familly. How about a

Re: [BUGS] psql can not connect to the server on Win2000 NT

2004-09-20 Thread Andreas Pflug
ing tool that I have installed is NetLimiter This is a good example of a misleading error message, probably resulting from examining errno. Using GetLastError() on those socket calls might help reducing support requests. Regards, Andreas ---(end of broadcast)--

Re: [BUGS] Money type not gone?

2004-09-21 Thread Andreas Pflug
re a query to money.yahoo.com to establish. It's even more complicated. In practice, real time rates of exchanges are much less frequent than point in time rates. Regards, Andreas ---(end of broadcast)--- TIP 5: Have you checked our extensive

Re: [BUGS] [pgadmin-support] Bug: PGAdmin + plpythonu + windows

2004-10-20 Thread Andreas Pflug
O any pgsql language should handle cr, crlf and lf equally as line feed, to avoid client/server eol interpretation discrepancies. Regards, Andreas ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [BUGS] 22021: invalid byte sequence for encoding \"UNICODE\":

2004-10-29 Thread Andreas Pflug
the same through a C# App connecting to the database through an ODBC driver I get the following error: *"ERROR: 22021: invalid byte sequence for encoding \"UNICODE\": 0xe16d61"* Sounds as if you're not using the correct client encoding; your app is probably non-uni

Re: [BUGS] Template1 is locked when pgAdminIII is open

2005-01-31 Thread Andreas Pflug
copies of pgAdmin at once". Which is still not the whole truth. pgAdmin may open more connections to the "initial database", e.g. to show the server status. So the advice is "don't use the template1 database for pgadmin connections if you're creating databases frequentl

Re: [BUGS] Template1 is locked when pgAdminIII is open

2005-01-31 Thread Andreas Pflug
d it be possible to teach pgAdmin to close extra connections to template1 whenever it's doing CREATE DATABASE? If those connections were guaranteed to be idle, we wouldn't need them. They are independent windows, so we can't kill the conn. Regards, Andreas

[BUGS] pg_dump table ordering bug [8.0.1]

2005-02-07 Thread Andreas Lange
finstance) REFERENCES debug.form_instance(finstance) ON UPDATE CASCADE ON DELETE CASCADE And the dump data order is: -- Data for Name: form_a_int; -- Data for Name: form_instance; -- Data for Name: form_q; Regards, Andreas (Not a subscriber of this list) begin; --drop schema debug cascad

Re: [BUGS] Minor bug in pgAdmin III

2005-02-09 Thread Andreas Pflug
Lucas Galfaso wrote: Create a trigger using capitalized letters. Whenever you select the trigger, the name of the trigger appears without quotes. Fixed for 1.2.1, thanks for reporting. Regards, Andreas ---(end of broadcast)--- TIP 7: don't forg

Re: [BUGS] PGPASSWORD

2005-02-27 Thread Andreas Pflug
handle of an inherited pipe. Regards, Andreas ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Re: [BUGS] request

2005-05-07 Thread Andreas Pflug
/robustness), unfortunately programmers are seduced by MySQL to work like that.. B) is this any sort of SQL standard? Definitely no. Do not use SELECT * if you need a specific column ordering, *that* is SQL standard. Regards, Andreas ---(end of broadcast

Re: [BUGS] BUG #1707: statistics collector starts with stats_start_collector

2005-06-14 Thread Andreas Pflug
hat examine the pids known to the postmaster (pg_get_collector_pid, pg_get_logger_pid, ...) Regards, Andreas ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [BUGS] BUG #1735: row number -1 is out of range 0..-1 error

2005-06-28 Thread Andreas Pflug
"3";"12";"0";"7 days is the result I'm getting in pgadmin. Regards, Andreas ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

  1   2   >