mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
82ccf1292f
- Add pkg-plist - Update description Short summary of differences between earlier versions and v2: - Now VirtualPG is available as both a standard C/C++ library (libvirtualpg) and a dynamic extension module to SQLite (mod_virtualpg). - Now the user can freely choose his/her preferred format for DATE / TIME / TIMESTAMP values. - Transactions (BEGIN / COMMIT / ROLLBACK) are now fully honoured also on the PostgreSQL side. - Write operations (INSER / UPDATE / DELETE) are now allowed only if the PostgreSQL user has the corresponding GRANT permissions. - Write operations can be enabled only for PostgreSQL Tables explicitly declaring a PRIMARY KEY.
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
include/virtualpg.h
|
|
lib/libvirtualpg.a
|
|
lib/libvirtualpg.so
|
|
lib/libvirtualpg.so.0
|
|
lib/libvirtualpg.so.0.1.1
|
|
lib/mod_virtualpg.so
|
|
lib/mod_virtualpg.so.0
|
|
lib/mod_virtualpg.so.0.1.1
|
|
libdata/pkgconfig/virtualpg.pc
|