Index of /code/PostgreSQL/y_util

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [   ] LICENSE 17-Oct-2006 22:06 1.4K [   ] Makefile 17-Oct-2006 21:51 1.1K [TXT] README.html 26-Feb-2007 09:36 1.1K [TXT] y_util.c 23-Oct-2006 22:10 1.4K [   ] y_util.sql 23-Oct-2006 22:10 927
README

PostgreSQL Utility Functions

Contains the following functions:

Examples:

% select y_bytea_to_hex( y_uuid_generate_random() );
          y_bytea_to_hex
----------------------------------
 7cafe29ebe7e4c10b82d7e9be279119e

Not terribly useful code, I know; but this is how I got my feet wet, so it has sentimental value. Someday other more interesting functions may live here. Worth a look-see if you'd like to see an example of the basic PostgreSQL programming framework that forms the basis of more sophisticated work.


More Yellowbank Code.


Last modified: Wed Nov 1 21:16:04 EST 2006