[BUGS] Bug #555: Lock-problem via ODBC

2002-01-08 Thread pgsql-bugs
Wolfgang Fürtbauer ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Lock-problem via ODBC Long Description connecting via Access and ODBC (Driver Version 7.1.9) to an DB Version 7.1.3; in Access Tabeles are embedded; trying to

[BUGS] Bug #556: Problem with ODBC Driver Version 7.1.9, DB Version 7.1.3

2002-01-08 Thread pgsql-bugs
Wolfgang Fürtbauer ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Problem with ODBC Driver Version 7.1.9, DB Version 7.1.3 Long Description created table umsatz: fakt32=# \d umsatz Table "

Re: [BUGS] Refcursor problem

2002-01-08 Thread Jan Wieck
Tom Lane wrote: > Dmitry Fomichev <[EMAIL PROTECTED]> writes: > > I am running 7.2b3 and trying to make something like this work (new > > refcursor stuff): > > > CREATE TABLE t (c text); > > > CREATE FUNCTION errtest(refcursor, text) RETURNS refcursor AS ' > > BEGIN > > OPEN $1 FOR SELECT

[BUGS] Bug #557: triggers tablename are not rename if table are renamed.

2002-01-08 Thread pgsql-bugs
Søren laursen ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description triggers tablename are not rename if table are renamed. Long Description I had a database where I during development created a new table to test a new design. On th

Re: [BUGS] Bug #557: triggers tablename are not rename if table are renamed.

2002-01-08 Thread Tom Lane
[EMAIL PROTECTED] writes: > triggers tablename are not rename if table are renamed. 7.2 does this correctly. regards, tom lane ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command