/[pg_recode]/test.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

Annotation of /test.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Mon Mar 20 07:14:15 2000 UTC (24 years ago) by dpavlin
Branch: DbP, MAIN
CVS Tags: beta, HEAD
Changes since 1.1: +0 -0 lines
poetni import

1 dpavlin 1.1 create function initcap2(text) returns text as '/home/dpavlin/private/informatika/pg_recode/recode.so' language 'c';
2     select initcap2('DOBRICA PAVLINU©IÆ'),
3     initcap2('DOBRICA PAVLINU©IÆ-©ÐÈÆ®'),
4     initcap2('dobrica.pavlinusic'),
5     initcap2('a ¹ ð è æ ¾ š ž © Ð È Æ ® Š Ž aA ¹© ðÐ èÈ æÆ ¾®'),
6     '..';
7     drop function initcap2(text);

  ViewVC Help
Powered by ViewVC 1.1.26