%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/postgresql-common/t/foo/foo-123/
Upload File :
Create Path :
Current File : //usr/share/postgresql-common/t/foo/foo-123/foo.c

#include "postgres.h"
#include "fmgr.h"
#include "utils/builtins.h"

PG_MODULE_MAGIC;

PG_FUNCTION_INFO_V1 (foo);

Datum
foo (PG_FUNCTION_ARGS)
{
    PG_RETURN_TEXT_P(cstring_to_text("bar"));
}

Zerion Mini Shell 1.0