Re: [GENERAL] Using Cursor in PostgreSQL 7.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <joseph(dot)conway(at)home(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [GENERAL] Using Cursor in PostgreSQL 7.2
Date: 2001-12-12 17:53:57
Message-ID: 24129.1008179637@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-patches

Joe Conway <joseph(dot)conway(at)home(dot)com> writes:
> I confirmed the UNION hack is no longer required. Thanks! Is it too late
> to change the README in contrib/dblink?

No, I don't think that's a problem. Send a patch.

> A side issue I noticed is that recent changes to contrib/*/Makefile seem
> to cause 'MODULE_PATHNAME' in *.sql.in files to become
> '$libdir/modulename' in the resulting *.sql files. Example:

This is correct behavior now; in fact, full paths in CREATE FUNCTION
should be deprecated...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Reyes 2001-12-12 17:54:32 Select .. Having vs computer fields
Previous Message Luis Amigo 2001-12-12 17:44:55 Re: Understanding Transactions

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-12-12 18:01:28 Re: ACK table corrupted, unique index violated.
Previous Message mlw 2001-12-12 17:50:54 Re: Explicit configuration file

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-12-12 20:40:30 Re: make createlang match docs
Previous Message Joe Conway 2001-12-12 17:42:45 Re: [GENERAL] Using Cursor in PostgreSQL 7.2