summaryrefslogtreecommitdiff
path: root/contrib/miscutil/misc_utils.sql.in
Commit message (Collapse)AuthorAgeFilesLines
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-20/+30
| | | | | | | | | | Create objects in public schema. Make spacing/capitalization consistent. Remove transaction block use for object creation. Remove unneeded function GRANTs.
* Remove old, broken code for query_limit(), assert_enable(),Tom Lane2000-11-221-18/+0
| | | | | assert_test() functions --- these weren't accomplishing much except to render the whole module un-loadable ...
* Hi,Bruce Momjian1999-06-051-4/+10
| | | | | | | | | | | | | | | | I have updated my contrib code for version 6.5. In the attachment you will find the directories array, datetime, miscutil, string, tools and userlocks which replace the corresponding directories under contrib. In contrib/tools you will find some developement scripts which I use while hacking the sources. I hope they will be useful for some other people. I have also added a contrib/Makefile which tries to compile and install all the contribs. Unfortunately many of them don't have a Makefile or don't compile cleanly. -- Massimo Dal Zotto
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-301-16/+34
| | | | | | | | | | Here is a tar file the new directories, which substitute the old ones in contrib. Please remove the old directories array, datetime, miscutil, string and userlock before unpacking the tar file in contrib. Note that as the modules are now installed in lib/modules I install all my sql code in lib/sql. In my opinion also the other contributors should follow these rules.
* Update of contrib stuff from massimo.Bruce Momjian1997-11-051-0/+40