[pgsqlclient-checkins] pgsqlclient/PostgreSql.Data.PGSqlClient/source PGDbSchemaType.cs,1.1.1.1,1.2
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-07-22 17:22:24
|
Update of /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient/source In directory sc8-pr-cvs1:/tmp/cvs-serv32527 Modified Files: PGDbSchemaType.cs Log Message: Improved database schema handling. Index: PGDbSchemaType.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient/source/PGDbSchemaType.cs,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** PGDbSchemaType.cs 12 Jul 2003 08:11:21 -0000 1.1.1.1 --- PGDbSchemaType.cs 22 Jul 2003 17:22:20 -0000 1.2 *************** *** 26,29 **** --- 26,30 ---- Casts, Check_Constraints, + Check_Constraints_By_Table, Columns, Database, *************** *** 34,38 **** Primary_Keys, Functions, - Function_Parameters, Function_Privileges, Provider_Types, --- 35,38 ---- *************** *** 50,53 **** --- 50,54 ---- Usage_Privileges, Users, + View_Column_Usage, Views, View_Privileges, |