Update contrib/postgresql/ for latest changes

darcs
slava 2006-06-15 05:49:37 +00:00
parent e26e4d6cc7
commit d94a59f5c3
1 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@
! tested on debian linux with postgresql 7.4.7
IN: postgresql
USING: kernel alien errors io prettyprint sequences lists namespaces arrays math ;
USING: kernel alien errors io prettyprint sequences namespaces arrays math ;
SYMBOL: postgres-conn
SYMBOL: query-res
@ -59,5 +59,3 @@ SYMBOL: query-res
: print-table ( seq -- )
[ [ "\t" append write ] each "\n" write ] each ;