Search Discussions
-
[ Cc'ed to the XEmacs development list and the postgres debian package maintainer ] Hi! After upgrading my debian system (woody), the postgres package went from 6.5 to 7.0b3. On debian linux boxes, ...
Didier Verna
Apr 10, 2000 at 5:01 pm
Apr 11, 2000 at 3:49 pm -
Here are minimal patches to get 7.0 beta 3 limping along on NetBSD/alpha release 1.4.1. There are lots of problems with the oid handling, and I can't get it to successfully even begin to do a make ...
Kevin P. Neal
Apr 12, 2000 at 2:22 am
Oct 9, 2000 at 7:55 pm -
it seems in src/interfaces/Makefile, the perl5/Makefile rule gets the POLLUTE=1 option as necessary, which makes it work for make all, but doing a ``make install'' uses the perl5-install, which does ...
John M. Flinchbaugh
Apr 5, 2000 at 8:50 pm
Apr 6, 2000 at 1:41 pm -
============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your name : ...
Michael Shepelev
Apr 25, 2000 at 4:41 am
Jan 17, 2001 at 10:35 pm -
Hi, I could not understand why I was getting 6 rows back, when I should only have been getting one back, until I realised that I had given an alias for the table 'fund_class' without using it in the ...
Adriaan Joubert
Apr 20, 2000 at 9:12 am
Sep 30, 2000 at 2:46 am -
============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your name : ...
Oleg Broytmann
Apr 11, 2000 at 10:02 am
Apr 12, 2000 at 1:43 pm -
I'm running the 7.0 beta 3. It seems like queries that use german characters like ü,ä,ö or ß don't work with the ~* Operator (case insensetive regex). It only works with case sensetive queries. So ...
Werner
Apr 1, 2000 at 7:30 pm
Apr 2, 2000 at 9:14 pm -
When I used Psql, I create new view, = CREATE VIEW "teen customer" AS SELECT cusname FROM "latest customer" = WHERE age < 17; CREATE but when I try to use "teen customer" view, use statement below : ...
Eko Purwanto
Apr 27, 2000 at 2:02 am
Apr 28, 2000 at 4:00 am -
Hi all, I think there is a bug in the PostgreSQL date system: Try computing (replace XXXX with some differents years): 'XXXX-10-01'::datetime + '1 month'::interval Depending on the year, you can get ...
Guillaume Perréal
Apr 13, 2000 at 7:29 am
Apr 17, 2000 at 6:48 am -
============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your name : ...
Bernard ISAMBERT
Apr 14, 2000 at 10:34 am
Jun 14, 2000 at 5:59 am -
============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your name : ...
Tom Vijlbrief
Apr 20, 2000 at 2:59 pm
Jun 13, 2000 at 12:04 am -
Greetings. I have read many of the questions concerning this issue. I too have installed PostgreSQL 6.5.3 faithfully following the instructions in the INSTALL file. The initdb crashes with the ...
Jim Buckley
Apr 25, 2000 at 2:44 am
Apr 25, 2000 at 3:42 am -
Platform: Linux-2.2.12-20 (RH 6.1) PostgreSQL: 7.0RC1 Description: Arguments to a function seem to be incorrectly validated against constraints on the table on which it operates. For example: I have ...
James Finch
Apr 24, 2000 at 10:43 pm
Apr 24, 2000 at 10:57 pm -
Actually, I don't have to look very hard: CREATE TABLE td_products ( grp CHAR(2), cat CHAR(2), sub CHAR(2), vend_code CHAR(6), manu_part CHAR(20), part_num CHAR(15), descr CHAR(50), cost ...
Tom Lane
Apr 24, 2000 at 6:15 pm
Apr 24, 2000 at 10:01 pm -
I just have tested your 7.0beta5. My system is RH Linux 6.1 2.2.14 on Alpha. gcc --version says: egcs-2.91.66. I still have two major problems: 1. ./configure doesn't recognize my OS. ./config.guess ...
Denis N. Stepanov
Apr 13, 2000 at 4:59 pm
Apr 18, 2000 at 2:29 pm -
Hi, If one does: create table master ( id integer not null, primary key (id) ); create table detail ( id integer not null, master_id integer not null, primary key (id), foreign key (master_id) ...
Raul Chirea
Apr 12, 2000 at 2:49 am
Apr 13, 2000 at 2:01 am -
Wouldn't surprise me. A rule is basically like a macro --- it's expanded with the original inputs substituted in each appropriate place. This is either a bug or a feature depending on what sort of ...
Tom Lane
Apr 11, 2000 at 11:14 pm
Apr 12, 2000 at 12:20 pm -
Sorry but I couldn't find the bug-template file as indicated in item 1.13 of the FAQ. I came across a minor bug in PostgreSQL 7.0beta3 on my NetBSD 1.4 system when running initdb (compile was ...
Marc Baudoin
Apr 2, 2000 at 8:36 pm
Apr 3, 2000 at 8:08 pm -
Hi, I've got PostgreSQL 6.5.2 installed and strange things happens when I try to create temp table in transaction block. Here's SQL commands send to backend: SELECT data FROM aukcje WHERE aukcja_id = ...
Lukasz Michalski
Apr 29, 2000 at 1:54 pm
Apr 29, 2000 at 2:48 pm -
Hi. Using postgres 6.5.3-1 i meet a feature: any (authenticated) user can create table in any database and it does not matter who is owner of database. But (and it's right) he can't access existing ...
Vashenko Maxim
Apr 28, 2000 at 7:03 am
Apr 28, 2000 at 10:27 am -
Offending query: select template_id from cm_templates intersect select max(version) from cm_templates group by (key); Log: Server process (pid 13279) exited with status 11 at Thu Apr 27 14:10:40 2000 ...
Ragnar Hojland Espinosa
Apr 27, 2000 at 12:41 pm
Apr 27, 2000 at 8:35 pm -
Hello, The purpose of this email is twofold: 1) to inform you of a reported vulnerability by a third party, not myself, involving one of your products, and 2) to obtain confirmation/clarification and ...
Servio Medina
Apr 25, 2000 at 8:07 pm
Apr 25, 2000 at 9:58 pm -
============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your name : ...
Frank Mayhar
Apr 24, 2000 at 3:43 pm
Apr 24, 2000 at 5:11 pm -
============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your name : ...
Joshua Jackson
Apr 19, 2000 at 5:44 pm
Apr 20, 2000 at 3:06 am -
============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your name : ...
Tom Vijlbrief
Apr 19, 2000 at 9:25 am
Apr 19, 2000 at 9:19 pm -
Hello! I have found a transaction problem in 6.5.3. This is an example: Begin; create table a (a1 int4,a2 int4); create table b (b1 int4); alter table b add column b2 int4; insert into b select * ...
Jan Urbanek
Apr 8, 2000 at 9:37 pm
Apr 8, 2000 at 11:26 pm -
======================================================================= POSTGRESQL BUG REPORT TEMPLATE ======================================================================= Your name :Mike Shell ...
Mike S.
Apr 7, 2000 at 9:41 pm
Apr 7, 2000 at 10:20 pm -
I have a problem with a select from a view that crashes the backend. I am working with version 6.4.2 and cannot change that at present. My hope is that somebody knows of a patch and approximately ...
Dorte Munk-Jakobsen
Apr 7, 2000 at 12:13 pm
Apr 7, 2000 at 2:12 pm -
================================================================== POSTGRESQL BUG REPORT TEMPLATE ================================================================== Your name : Dan Franklin Your ...
Dan Franklin
Apr 27, 2000 at 5:33 pm
Apr 27, 2000 at 5:33 pm -
When I used psql, I create new view, = CREATE VIEW "teen customer" AS SELECT name FROM "latest customer" = WHERE age < 17; CREATE but when I try to use "teen customer" view, use statement below : = ...
Eko Purwanto
Apr 27, 2000 at 2:05 am
Apr 27, 2000 at 2:05 am -
Name :Ronald Kuczek Email address :ronald@breitenbach-it.de System Configuration --------------------- Architecture : Intel Pentium Operating System : Linux i586 GNU, Windows NT PostgreSQL version : ...
Ronald Kuczek
Apr 14, 2000 at 11:39 am
Apr 14, 2000 at 11:39 am -
Hello , ============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your ...
Kamaev Vladimir
Apr 14, 2000 at 10:49 am
Apr 14, 2000 at 10:49 am -
============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your name : ...
Fabienne Leclere
Apr 13, 2000 at 9:41 am
Apr 13, 2000 at 9:41 am -
0
ECPGdo
============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your name : ...Fabienne Leclere
Apr 13, 2000 at 8:28 am
Apr 13, 2000 at 8:28 am -
This mail is being sent only to indians.if any one else receives this it is in error. if you would like to be removed from the list please reply with the word remove in the subject line. The ...
Hindu
Apr 12, 2000 at 1:06 pm
Apr 12, 2000 at 1:06 pm -
Hi, in fact this is a resent bug report. The Windows ODBC driver doesn't detect that a reference integrity violation occured. It realizes the fact that there was an error, but doesn't abort the ...
Kovacs Zoltan Sandor
Apr 11, 2000 at 11:04 am
Apr 11, 2000 at 11:04 am -
While inserting a record in a database if the sentence consists of ' (tick) then the ? (question mark) appearing after it is replaced with NULL. We replace ' (tick) with \' to not consider it as ...
Shilpa
Apr 11, 2000 at 4:29 am
Apr 11, 2000 at 4:29 am -
Gilles POLART-DONAT
Apr 9, 2000 at 5:37 pm
Apr 9, 2000 at 5:37 pm -
Jawjb
Apr 9, 2000 at 11:22 am
Apr 9, 2000 at 11:22 am -
Since version 7.0beta2 of ecpg, a statement as: EXEC SQL DECLARE CURSOR FOR SELECT column1 FROM table1 WHERE column2='smith' ORDER BY column1; gives a "Parse error" at the line of the ORDER BY ...
Bernard ISAMBERT
Apr 7, 2000 at 10:07 am
Apr 7, 2000 at 10:07 am -
============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your name : ...
Ludovic Drolez
Apr 7, 2000 at 9:32 am
Apr 7, 2000 at 9:32 am -
Add a Discussion forum including message boards, live chat and newsletters to your website today. We offer the most cost effect way of communicating with and building your organization through the ...
John
Apr 7, 2000 at 4:23 am
Apr 7, 2000 at 4:23 am -
BENCHMARK SUPPLY 5334 LAKE VIEW CLUB ATLANTA GA 30338 ***LASER PRINTER TONER CARTRIDGES*** ***FAX AND COPIER TONER*** WE ACCEPT GOVERNMENT, SCHOOL & UNIVERSITY PURCHASE ORDERS JUST LEAVE YOUR PO # ...
Bench
Apr 3, 2000 at 6:27 am
Apr 3, 2000 at 6:27 am -
The particular query shown here may work in 7.0, but it's important to know that views using grouping or aggregates are still not implemented right in 7.0. It's not going to be possible to make all ...
Tom Lane
Apr 2, 2000 at 4:34 am
Apr 2, 2000 at 4:34 am -
5.6 is out ;) Wether that is considered stable is another question, of course ;) Apart from warnings it should work. What is does it to enable commonly used symbols to eb available under the old ...
Marc Lehmann
Apr 1, 2000 at 7:50 pm
Apr 1, 2000 at 7:50 pm -
Can someone suggest a solution for this problem in 6.5.3, please? ------- Forwarded Message Date: Sat, 01 Apr 2000 11:57:30 +0200 From: Torsten Landschoff <torsten@debian.org To: ...
Oliver Elphick
Apr 1, 2000 at 2:05 pm
Apr 1, 2000 at 2:05 pm
Group Overview
group | pgsql-bugs |
categories | postgresql |
discussions | 47 |
posts | 119 |
users | 54 |
website | postgresql.org |
irc | #postgresql |
54 users for April 2000
Archives
- January 2013 (95)
- December 2012 (222)
- November 2012 (213)
- October 2012 (248)
- September 2012 (305)
- August 2012 (254)
- July 2012 (245)
- June 2012 (253)
- May 2012 (252)
- April 2012 (221)
- March 2012 (188)
- February 2012 (220)
- January 2012 (278)
- December 2011 (260)
- November 2011 (209)
- October 2011 (328)
- September 2011 (253)
- August 2011 (200)
- July 2011 (201)
- June 2011 (240)
- May 2011 (236)
- April 2011 (221)
- March 2011 (408)
- February 2011 (238)
- January 2011 (250)
- December 2010 (218)
- November 2010 (224)
- October 2010 (294)
- September 2010 (325)
- August 2010 (381)
- July 2010 (239)
- June 2010 (385)
- May 2010 (297)
- April 2010 (278)
- March 2010 (249)
- February 2010 (349)
- January 2010 (282)
- December 2009 (283)
- November 2009 (258)
- October 2009 (331)
- September 2009 (450)
- August 2009 (355)
- July 2009 (365)
- June 2009 (384)
- May 2009 (271)
- April 2009 (275)
- March 2009 (175)
- February 2009 (192)
- January 2009 (182)
- December 2008 (168)
- November 2008 (188)
- October 2008 (152)
- September 2008 (186)
- August 2008 (276)
- July 2008 (168)
- June 2008 (196)
- May 2008 (216)
- April 2008 (222)
- March 2008 (364)
- February 2008 (280)
- January 2008 (305)
- December 2007 (279)
- November 2007 (339)
- October 2007 (244)
- September 2007 (173)
- August 2007 (239)
- July 2007 (162)
- June 2007 (185)
- May 2007 (268)
- April 2007 (199)
- March 2007 (154)
- February 2007 (219)
- January 2007 (183)
- December 2006 (229)
- November 2006 (254)
- October 2006 (265)
- September 2006 (194)
- August 2006 (200)
- July 2006 (130)
- June 2006 (186)
- May 2006 (167)
- April 2006 (272)
- March 2006 (238)
- February 2006 (232)
- January 2006 (327)
- December 2005 (227)
- November 2005 (329)
- October 2005 (381)
- September 2005 (241)
- August 2005 (309)
- July 2005 (266)
- June 2005 (201)
- May 2005 (257)
- April 2005 (239)
- March 2005 (345)
- February 2005 (279)
- January 2005 (407)
- December 2004 (304)
- November 2004 (355)
- October 2004 (302)
- September 2004 (311)
- August 2004 (370)
- July 2004 (207)
- June 2004 (160)
- May 2004 (144)
- April 2004 (125)
- March 2004 (194)
- February 2004 (175)
- January 2004 (204)
- December 2003 (304)
- November 2003 (235)
- October 2003 (193)
- September 2003 (220)
- August 2003 (246)
- July 2003 (166)
- June 2003 (120)
- May 2003 (133)
- April 2003 (193)
- March 2003 (201)
- February 2003 (149)
- January 2003 (203)
- December 2002 (229)
- November 2002 (204)
- October 2002 (172)
- September 2002 (302)
- August 2002 (197)
- July 2002 (167)
- June 2002 (163)
- May 2002 (171)
- April 2002 (183)
- March 2002 (175)
- February 2002 (217)
- January 2002 (183)
- December 2001 (120)
- November 2001 (176)
- October 2001 (196)
- September 2001 (236)
- August 2001 (176)
- July 2001 (169)
- June 2001 (168)
- May 2001 (299)
- April 2001 (245)
- March 2001 (255)
- February 2001 (235)
- January 2001 (196)
- December 2000 (186)
- November 2000 (165)
- October 2000 (200)
- September 2000 (98)
- August 2000 (114)
- July 2000 (112)
- June 2000 (115)
- May 2000 (98)
- April 2000 (119)
- March 2000 (39)
- February 2000 (43)
- January 2000 (49)
- December 1999 (61)
- November 1999 (71)
- October 1999 (75)
- September 1999 (59)
- August 1999 (43)
- July 1999 (110)
- June 1999 (27)
- May 1999 (38)
- April 1999 (16)
- March 1999 (35)
- February 1999 (26)
- January 1999 (14)
- December 1998 (6)
- November 1998 (1)
- September 1998 (1)
- August 1998 (1)
- July 1998 (1)
- June 1998 (1)
- May 1998 (1)
- April 1998 (1)
- March 1998 (1)
- February 1998 (1)
- January 1998 (1)
- December 1997 (1)
- November 1997 (1)
- September 1997 (1)
- August 1997 (1)
- July 1997 (1)
- June 1997 (1)
- May 1997 (1)
- April 1997 (1)
- March 1997 (1)
- February 1997 (1)
- January 1997 (1)
- December 1996 (1)