postgresql/src/backend
Peter Eisentraut 39b8843296 Implement remaining fields of information_schema.sequences view
Add new function pg_sequence_parameters that returns a sequence's start,
minimum, maximum, increment, and cycle values, and use that in the view.
(bug #5662; design suggestion by Tom Lane)

Also slightly adjust the view's column order and permissions after review of
SQL standard.
2011-01-02 15:15:21 +02:00
..
access Basic foreign table support. 2011-01-01 23:48:11 -05:00
bootstrap Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
catalog Implement remaining fields of information_schema.sequences view 2011-01-02 15:15:21 +02:00
commands Implement remaining fields of information_schema.sequences view 2011-01-02 15:15:21 +02:00
executor Basic foreign table support. 2011-01-01 23:48:11 -05:00
foreign Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
lib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
main Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
nodes Basic foreign table support. 2011-01-01 23:48:11 -05:00
optimizer Basic foreign table support. 2011-01-01 23:48:11 -05:00
parser Basic foreign table support. 2011-01-01 23:48:11 -05:00
po Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
port Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
postmaster Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
regex Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
replication Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
rewrite Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
snowball Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
storage Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tcop Basic foreign table support. 2011-01-01 23:48:11 -05:00
tsearch Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
utils Basic foreign table support. 2011-01-01 23:48:11 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
common.mk Improved parallel make support 2010-11-12 22:15:16 +02:00
nls.mk Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00