joost 8dd7902b06 * Makefiles version 2.2.5 16 năm trước cách đây
..
examples 6428fbe7c6 * Makefiles version 2.2.4 16 năm trước cách đây
scripts 38acb34192 Merged revisions 9692,9694-9695,9697-9714,9720,9722,9729,9732-9733,9740,9745,9749-9750,9753-9757,9760-9766,9768-9770,9772-9774,9783,9786,9788,9814,9822,9825,9837-9850,9852,9855-9856,9863-9864,9867,9882,9891-9892,9897,9899-9900,9902-9904,9907-9911,9913,9915,9917,9920,9922-9937,9939-9974,9976-10005,10007-10012,10014-10046,10049-10051,10053-10067,10069-10071,10074,10079,10082,10084-10086,10091,10099-10100,10102-10103,10113-10114,10129-10130,10136 via svnmerge from 17 năm trước cách đây
src bd70636d33 Merged revisions 11629,11664-11667,11670,11683,11685,11689-11692,11694-11696,11698,11701-11702,11705-11707,11712-11718,11723-11726,11728-11729,11733-11737,11778,11780-11781,11785,11810,11822,11831,11836,11848,11872,11876-11878,11881-11883,11889,11891-11895,11899-11902,11920-11925,11931-11932,11935,11938,11941,11986,11992,12014,12018,12041-12042,12044,12046,12051-12053,12055,12058,12063,12067-12072,12074,12076,12079-12081,12083-12084,12086,12089-12091,12095-12098,12100-12105,12111-12113,12115-12116,12123-12124,12126-12127,12132-12137,12139-12140,12144-12151,12161,12164-12165,12172,12177-12195,12197,12206-12212,12236,12240,12243-12244,12246-12252,12256,12259,12263-12265,12267,12270-12271,12273,12275,12280-12282,12287-12289 via svnmerge from 17 năm trước cách đây
Makefile 8dd7902b06 * Makefiles version 2.2.5 16 năm trước cách đây
Makefile.fpc 8dd7902b06 * Makefiles version 2.2.5 16 năm trước cách đây
README 38acb34192 Merged revisions 9692,9694-9695,9697-9714,9720,9722,9729,9732-9733,9740,9745,9749-9750,9753-9757,9760-9766,9768-9770,9772-9774,9783,9786,9788,9814,9822,9825,9837-9850,9852,9855-9856,9863-9864,9867,9882,9891-9892,9897,9899-9900,9902-9904,9907-9911,9913,9915,9917,9920,9922-9937,9939-9974,9976-10005,10007-10012,10014-10046,10049-10051,10053-10067,10069-10071,10074,10079,10082,10084-10086,10091,10099-10100,10102-10103,10113-10114,10129-10130,10136 via svnmerge from 17 năm trước cách đây
fpmake.pp 1963bafde8 * Fpmake files version 2.2.4 16 năm trước cách đây

README

This is the PostGresSQL interface of Free Pascal.

It has been tested with versions 6.2.xxx and 6.3.xxx of PostGreSQL.
You need at least compiler version 0.99.8 to compile this.

To Compile
- You must know where the PostGreSQL libraries (libpq) are.
- You must set the variable OLD in the makefile to 'yes', if your
postgresql version is 6.2.xxx or earlier.

Both these things must be set in the Makefile. After that a simple 'make'
and 'make install' should compile and install everything.

You can test with 'make test', but this supposes that there is a 'testdb'
database available. If not, you must run
mkdb databasename
testdb databasename
rmdb databasename
manually. You need create permission on the database for this to work.

Michael.