fix db load error

db4
Doug Coleman 2008-12-04 06:28:49 -06:00
parent d698e3e578
commit 0e060c5cfd
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ ERROR: no-compound-found string object ;
M: postgresql-db compound ( string object -- string' )
over {
{ "default" [ first number>string " " glue ] }
{ "varchar" [ first number>string paren append ] }
{ "varchar" [ first number>string "(" ")" surround append ] }
{ "references" [ >reference-string ] }
[ drop no-compound-found ]
} case ;