This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
fccce77bdb
factor
/
contrib
/
postgresql
/
load.factor
6 lines
99 B
Factor
Raw
Normal View
History
Unescape
Escape
More module system tweaks
2006-06-18 21:02:35 -04:00
USING:
alien
;
Initial checkin. PostgreSQL is not supported on Windows yet. Tested on Debian with PostgreSQL version 7.4.7.
2005-06-12 05:37:05 -04:00
New module system
2006-06-18 20:58:11 -04:00
PROVIDE: postgresql
More module system hackery
2006-06-18 21:31:20 -04:00
{
"libpq.factor"
"postgresql.factor"
}
New module system
2006-06-18 20:58:11 -04:00
{
"postgresql-test"
}
;