| From: | Bill Studenmund <wrstuden(at)netbsd(dot)org> |
|---|---|
| To: | <pgsql-patches(at)postgresql(dot)org> |
| Subject: | New version of packages patch |
| Date: | 2001-10-23 19:21:37 |
| Message-ID: | Pine.NEB.4.33.0110231213090.8537-600000@vespasia.home-net.internetconnect.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| random.pgsql | text/plain | 671 bytes |
| type.packtest | text/plain | 11.5 KB |
| type.packtest2 | text/plain | 1.9 KB |
| packtest.postgres | text/plain | 916 bytes |
| triggertest | text/plain | 1.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Barry Lind | 2001-10-23 21:17:10 | Re: JDBC issues for JDK1.4 |
| Previous Message | Ned Wolpert | 2001-10-23 18:55:28 | Re: [PATCHES] Ant configuration |