Skip to content

sulaimanyu/pgsql_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

pgsql_demo for a sum plugin

Edit Makefile

  • Update the PG_CONFIG to the bin of the path your pgsql installed

Build

make
sudo make install

Register the Function

CREATE FUNCTION my_sum(INT, INT) RETURNS INT AS '/usr/local/pgsql/lib/my_sum', 'get_my_sum' LANGUAGE C STRICT;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published