CVS update: gnucash/src/backend/postgres

Christian Stimming cstim@linas.org
Mon, 30 Dec 2002 12:40:16 -0600 (CST)


Date:	Monday December 30, 2002 @ 12:40
Author:	cstim

Update of /home/cvs/cvsroot/gnucash/src/backend/postgres
In directory www.linas.org:/tmp/cvs-serv26344/src/backend/postgres

Modified Files:
	PostgresBackend.c functions.sql table-audit.sql 
	table-create.sql upgrade.c 
Log Message:
2002-12-30  Matthew Vanecek <mevanecek@yahoo.com>
	* src/backend/postgres/PostgresBackend.c: Added some ENTER
	and LEAVE statements to more of the functions.

	* src/backend/postgres/upgrade.c: Changed all the DATETIME
	SQL data types to TIMESTAMP.  DATETIME will not be in Postgresql
	as of 7.3.
	
	* src/backend/postgres/functions.sql: Changed all the DATETIME
	types in the DDL to TIMESTAMP.

	* src/backend/postgres/table-create.sql: Changed all the DATETIME
	types in the DDL to TIMESTAMP.

	* src/backend/postgres/table-audit.sql: Changed all the DATETIME
	types in the DDL to TIMESTAMP.