﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
5055	Postgres version mismatch	donarb@…	Adrian Holovaty	"The get_sql_flush() method in django/db/backends/postgresql/base.py uses ""ALTER SEQUENCE"". This method was added for the test system's fixture loading.

The get_sql_sequence_reset() method in core/management.py uses the older ""SELECT setval()"" method, available in PostgreSQL 7.3. ""ALTER SEQUENCE"" was added in PostgreSQL 7.4.

This patch changes both postgresql/base.py and postgresql_psycopg2/base.py to use the setval() method for resetting the sequence."		closed	Database layer (models, ORM)	dev		fixed			Ready for checkin	1	0	0	0	0	0
