mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix description how to create conversion function.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѵ<EFBFBD><EFBFBD>ؿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲ<EFBFBD><EFBFBD><EFBFBD>ˡ
|
||||
|
||||
2002/09/18 Tatsuo Ishii
|
||||
2006/04/15 Tatsuo Ishii
|
||||
|
||||
<EFBFBD>Ϥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user