/[pg_recode]/recode.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /recode.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Tue Feb 5 15:10:32 2002 UTC (22 years, 1 month ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +8 -1 lines
fixed path in sql

1 drop function to1250(text);
2 drop function toczs(text);
3 drop function to88592(text);
4 drop function initcap2(text);
5 create function to1250(text) returns text as '/home/dpavlin/private/pg_recode/recode.so' language 'c';
6 create function toczs(text) returns text as '/home/dpavlin/private/pg_recode/recode.so' language 'c';
7 create function to88592(text) returns text as '/home/dpavlin/private/pg_recode/recode.so' language 'c';
8 create function initcap2(text) returns text as '/home/dpavlin/private/pg_recode/recode.so' language 'c';

  ViewVC Help
Powered by ViewVC 1.1.26