Re: [BUGS] sequence last_value not accurate if sequence has never been used

2003-09-01 Thread Tom Lane
Wayne Schroeder <[EMAIL PROTECTED]> writes: > IMHO, it would be good for the last_value to come back null if is_called > is false. Don't know if that's possible or even a good idea -- It's not really very practical; among other things you'd lose the ability to specify a START value different from

[BUGS] sequence last_value not accurate if sequence has never been used

2003-09-01 Thread Wayne Schroeder
IMHO, it would be good for the last_value to come back null if is_called is false. Don't know if that's possible or even a good idea -- but figured it was worth a note since the following psql log raised my eye brow a bit. Wayne - policy=> create sequence a s