factor/contrib/postgresql/load.factor

6 lines
99 B
Factor
Raw Normal View History

2006-06-18 21:02:35 -04:00
USING: alien ;
2006-06-18 20:58:11 -04:00
PROVIDE: postgresql
2006-06-18 21:31:20 -04:00
{ "libpq.factor" "postgresql.factor" }
2006-06-18 20:58:11 -04:00
{ "postgresql-test" } ;