X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Ffddl.lisp;h=19dfea994127c2b7c0a0f78cd9721164fa4b88b7;hp=50fe159c2622f0836b01a95b7fcdf9286bcedc6d;hb=6bee16be3f891067ae8fe1a67e13b39e8ee72598;hpb=d2d49ab13c98bc7a1819a0fd3968268a5567bdc3 diff --git a/sql/fddl.lisp b/sql/fddl.lisp index 50fe159..19dfea9 100644 --- a/sql/fddl.lisp +++ b/sql/fddl.lisp @@ -431,7 +431,7 @@ sequences are examined." (defun set-sequence-position (name position &key (database *default-database*)) "Explicitly set the the position of the sequence called NAME in -DATABASE, which defaults to *DEFAULT-DATABSE*, to POSITION which +DATABASE, which defaults to *DEFAULT-DATABASE*, to POSITION which is returned." (database-set-sequence-position (database-identifier name database) position database))