]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Skip START WITH in sequence definition when it's the default value --
authorBruce Momjian <bruce@momjian.us>
Mon, 31 Mar 2003 20:48:45 +0000 (20:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 31 Mar 2003 20:48:45 +0000 (20:48 +0000)
commitd307a954e729d560ab9e6730ef2e8c9044878fd3
tree891f17ce6e761fdb51d3c8b1c149f934f8baa6ba
parent50be3e5efe8da32ffe1bdb8c5e0b99d0ecc159a6
Skip START WITH in sequence definition when it's the default value --
and hasn't been called yet.

Fixes bug where it wasn't supplied (due to being NULL).

Rod Taylor
src/bin/pg_dump/pg_dump.c