X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=web%2Fpostgresql;h=90c3f4f600919ed27de349cb8aaf62154bf9841c;hb=e4c6c4395f0f85bcbb6378c18f31b1a4d6e506f6;hp=ef1bf1e9e72038eca8a7e595c2765bbca77ee019;hpb=af653b483b9bf8247c85ec0fcfa984e082d1718d;p=mono.git diff --git a/web/postgresql b/web/postgresql index ef1bf1e9e72..90c3f4f6009 100644 --- a/web/postgresql +++ b/web/postgresql @@ -1,12 +1,21 @@ -* PostgreSQL Data Provider +* PostgreSQL and Mono - There are two ADO.NET data providers for PostgreSQL in Mono: + When it comes to Mono and PostgreSQL, there are many ways + you can access your data. + +* Data Providers + + There are many ADO.NET data providers for PostgreSQL: + + There are two providers created specifically for PostgreSQL included with Mono: - Below, see separate Testing sections for Npgsql and Mono.Data.PostgreSqlClient. + ** Current Status @@ -69,71 +83,6 @@ -
  • Mono.Data.PostgreSQL status - -
  • - ** Action Plan @@ -154,54 +103,94 @@ in gborg.postgresql.org's cvs will be used to update the Npgsql source in Mono's cvs. - -
  • Mono.Data.PostgreSqlClient even though deprecated can still - accept bug fixes. This is because other areas, such as, ASP.NET examples - may still use this provider.
  • - +
  • Add any missing functionality to Npgsql. If this funtionality works on .NET but not on Mono, implement the missing features or fix the bugs in Mono
  • -
  • Npgsql has replaced Mono.Data.PostgreSqlClient as the provider of - choice to use. However, Mono.Data.PostgreSqlClient will remain in a - deprecated state until nobody uses it anymore - then it can be removed
  • +
  • Npgsql has been replaced Mono.Data.PostgreSqlClient as the provider of + choice to use. Mono.Data.PostgreSqlClient is deprecated and is no longer included in + Mono releases. Please use Npgsql for PostgreSQL data access.
  • -
  • Implement more of PostgreSQL 7.3 features in Npgsql
  • +
  • Implement new features of PostgreSQL.
  • -** Testing Mono.Data.PostgreSqlClient + - - -** Testing Npgsql - -