New version of packages patch - Mailing list pgsql-patches

From Bill Studenmund
Subject New version of packages patch
Date
Msg-id Pine.NEB.4.33.0110231213090.8537-600000@vespasia.home-net.internetconnect.net
Whole thread Raw
List pgsql-patches
I've got a new version of the packages diff. However since it is over 125k
even with compression, I'm posting a URL:

ftp://ftp.netbsd.org/pub/NetBSD/misc/wrstuden/postgresql/packdiffs.011023.gz

They are relative to yesterday's source tree. They are a unified diff, and
should be patched in the top level of the tree (where src is a subdir).

I've also attached some sample packages. The two typetest ones show off
adding a type in a package. For type.packtest2, you need to type in the
create type in the comments at the top before it will work. They also show
off that pg_dump will dump that type before dumping the second package.

packtest.postgres shows of some namespacing tests.

random.pgsql is a random number generator implimented in plpgsql.

triggertest shows off having triggers in a package.

Enjoy! Let me know how they do!

Take care,

Bill

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: patch for src/bin/psql/zh_TW.po
Next
From: Christopher Kings-Lynne
Date:
Subject: Add regression test for ALTER TABLE / ADD UNIQUE