Re: [DOCS] SQL standard for TRUNCATE

2011-11-14 Thread Tom Lane
Thom Brown writes: > According to > http://www.postgresql.org/docs/9.1/static/unsupported-features-sql-standard.html, > PostgreSQL doesn't support identity column restart for TRUNCATE. This > might strictly be true because PostgreSQL doesn't implement identity > columns as such, but it does suppo

[DOCS] SQL standard for TRUNCATE

2011-11-14 Thread Thom Brown
According to http://www.postgresql.org/docs/9.1/static/unsupported-features-sql-standard.html, PostgreSQL doesn't support identity column restart for TRUNCATE. This might strictly be true because PostgreSQL doesn't implement identity columns as such, but it does support RESTART IDENTITY and CONTIN