postgresql/src/include/commands
Peter Eisentraut 67dc4ccbb2 Add pg_sequences view
Like pg_tables, pg_views, and others, this view contains information
about sequences in a way that is independent of the system catalog
layout but more comprehensive than the information schema.

To help implement the view, add a new internal function
pg_sequence_last_value() to return the last value of a sequence.  This
is kept separate from pg_sequence_parameters() to separate querying
run-time state from catalog-like information.

Reviewed-by: Andreas Karlsson <andreas@proxel.se>
2016-11-18 14:59:03 -05:00
..
alter.h Support ALTER THING .. DEPENDS ON EXTENSION 2016-04-05 18:38:54 -03:00
async.h Final pgindent + perltidy run for 9.6. 2016-08-15 13:42:51 -04:00
cluster.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
collationcmds.h Add location field to DefElem 2016-09-06 12:00:00 -04:00
comment.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
conversioncmds.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
copy.h Add location field to DefElem 2016-09-06 12:00:00 -04:00
createas.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
dbcommands.h Add location field to DefElem 2016-09-06 12:00:00 -04:00
dbcommands_xlog.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
defrem.h Add location field to DefElem 2016-09-06 12:00:00 -04:00
discard.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
event_trigger.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
explain.h Add location field to DefElem 2016-09-06 12:00:00 -04:00
extension.h Add location field to DefElem 2016-09-06 12:00:00 -04:00
lockcmds.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
matview.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
policy.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
portalcmds.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
prepare.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
proclang.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
progress.h Add simple VACUUM progress reporting. 2016-03-15 13:32:56 -04:00
schemacmds.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
seclabel.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
sequence.h Add pg_sequences view 2016-11-18 14:59:03 -05:00
tablecmds.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
tablespace.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
trigger.h Implement syntax for transition tables in AFTER triggers. 2016-11-04 10:49:50 -05:00
typecmds.h Add location field to DefElem 2016-09-06 12:00:00 -04:00
user.h Turn password_encryption GUC into an enum. 2016-09-28 12:22:44 +03:00
vacuum.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
variable.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
view.h Update copyright for 2016 2016-01-02 13:33:40 -05:00