Fix db.postgresql load error

db4
Slava Pestov 2008-12-04 02:21:36 -06:00
parent e38beffff0
commit ffecedf9de
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 ;