Skip to content

moritetu/pg_mod_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg_mod_sample

Usage

Build the extension and install.

make install

Run the extension.

db=# CREATE EXTENSION pg_mod_sample;
CREATE EXTENSION
db=# select pg_mod_sample(100);
 pg_mod_sample 
---------------
          -100
(1 row)

Run test.

make installcheck

About

Template for postgresql extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published