Home
PostgreSQL Native OLEDB Provider (PGNP)

PostgreSQLThe PGNP provider is a thin layer between Microsoft ADO and PostgreSQL database. It implements most of the OLEDB interfaces and uses libpq to access a PostgreSQL database. The provider can be used from 32-bit and 64-bit applications both native and .NET.

 

    Main features are:

  • Database conversion with DTS Wizard (MSSQL 2000) or SSIS Wizard (MSSQL 2005/2008).
  • SQL Server 200X Linked Servers and Replication support.
  • Error reporting and execution tracing.
  • Transactions support: standard OLEDB, and "nested" PostgreSQL transaction using savepoints.
  • Distributed transactions (two phase commit protocol).
  • Schema support for tables, views, provider types, columns, primary/foreign keys, indexes, etc.
Read more...
 
PGNP Features Matrix (32- and 64-bit Platforms)
 PGNP 1.2.8
 PGNP 1.3.0  PGNP 1.4.0*
PostgreSQL 8.x SupportYesYesYes
OLE DB Connection PoolingYesYesYes
OLE DB Error Reporting Yes YesYes
OLE DB Command Prepare and Cancel YesYes Yes
OLE DB Columns Information YesYesYes
Database Transformation in SQL Server DTSWizard YesYes Yes
Local Transaction SupportYesYesYes
Distributed Transactions and Two Phase Commit Protocol (DTC enlistment)NoYesYes
SQL Server 2000, 2005 and 2008 Linked Servers SupportYesYesYes
SQL Server 2000, 2005 and 2008 to PostgreSQL Replication Support Yes YesYes
Read more...
 
PGNP Project History

March 23, 2012    Ver 1.4.0.3056

Fixed bug when inserting data via linked server in SQL Server 2005.
Fixed bug when inserting VARBINARY column data into BYTEA field via linked server.
Added new stored procedures for internal diagnostics: pgnp_workplaceid and pgnp_checklicense.
Enabled IIndexDefinition and ITableDefinition interfaces.
Changed links to new products in the trial reminder dialog.

March 1, 2012

New PGNP Provider version, 1.4, is released!
More power, more features, automated updates, etc. Read Developer's Manual and Forum for more details.
Read more...
 
What's New in 1.4?

The new major version of the PGNP OLEDB Provider for PostgreSQL and Greenplum has several new features and improvements:
  1. Optimizations for very large data sets (1 billion rows and more).
  2. Deferred updates support (IRowsetUpdate).
  3. Better support for Greenplum 4.x (awareness about distribution policy, better use of cursors, gpload utilization for bulk operations, etc.)
  4. Better support for PostgreSQL 9.x.
  5. New utility for Automated updates (not included in the trial build).
  6. Better integration with SSIS (MS BI tool).
Read more...