Changes

Jump to navigation Jump to search
See https://www.postgresql.org/docs/9.5/static/sql-createindex.html for more options
 
===SEQUENCES===
 
If you want to create a sequence:
CREATE SEQUENCE serial START 101;
 
To use the sequence call:
nextval('serial');
==Perl Functions==

Navigation menu