Fix description how to create conversion function.
authorTatsuo Ishii
Sun, 15 Apr 2007 10:49:26 +0000 (10:49 +0000)
committerTatsuo Ishii
Sun, 15 Apr 2007 10:49:26 +0000 (10:49 +0000)
src/backend/utils/mb/conversion_procs/README.euc_jp

index de6bc0e847443a01fb5852263a12b7e96a7a51ef..6e59b7bd7fcb3748892f0976da9ec52bfe01b1a5 100644 (file)
@@ -1,6 +1,6 @@
 ¿·¤·¤¤¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°ÊÑ´¹´Ø¿ô¤ÎÄɲÃÊýË¡
 
-   2002/09/18 Tatsuo Ishii
+   2006/04/15 Tatsuo Ishii
 
 ¤Ï¤¸¤á¤Ë
 
@@ -24,7 +24,7 @@ o C
    INTEGER,    -- source encoding id
    INTEGER,    -- destination encoding id
    CSTRING,    -- source string (null terminated C string)
-   CSTRING,    -- destination string (null terminated C string)
+   INTERNAL,   -- destination string (null terminated C string)
    INTEGER     -- source string length
   ) returns VOID;