No description
|
||
---|---|---|
expected | ||
sql | ||
.gitignore | ||
hello--c-world--world.sql | ||
hello--universe--c-world.sql | ||
hello--world--universe.sql | ||
hello--world.sql | ||
hello.c | ||
hello.control | ||
Makefile | ||
README.md |
title | subtitle |
---|---|
pg-hello-world | Hello PostgreSQL extension! |
NAME
pg-hello-world - An hello world extension for PostgreSQL
SYNOPSIS
CREATE EXTENSION hello;
SELECT hello()
DESCRIPTION
This extension illustrates how to write simple hello functions, including upgrade paths.
INSTALLATION
PostgreSQL headers and pgxs are required. On Debian, install packages like
postgresql-server-dev-all
and postgresql-client
.
-
Build doc and shared objects:
make
-
PostgreSQL will find extension:
sudo make install
-
Run regression tests:
make installcheck