mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-19 21:07:07 +08:00
Fix description how to create conversion function.
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user