このページを編集する際は、編集に関する方針に従ってください。
#define DatumGetCString(X) ((char *) DatumGetPointer(X))
* DatumGetCString * Returns C string (null-terminated string) value of a datum. * * Note: C string is not a full-fledged Postgres type at present, * but type input functions use this conversion for their inputs.