r10930: 06 May 2006 Kevin Rosenberg <kevin@rosenberg.net>
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 7 May 2006 06:12:33 +0000 (06:12 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 7 May 2006 06:12:33 +0000 (06:12 +0000)
        * doc/ref-fdml.xml: Documentation patch from Marcus Pearce for limit keyword

ChangeLog
doc/ref-fdml.xml

index 9b213c84c5b41e35a2b5518781ca247997fe9d3b..2b89a075e3240a110611a40ba324dd630bae792f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+06 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
+       * doc/ref-fdml.xml: Documentation patch from Marcus Pearce for limit keyword
+       
 03 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
        * Version 3.5.7
        * sql/time.lisp: Apply patch from Aleksandar Bakic to extended
 03 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
        * Version 3.5.7
        * sql/time.lisp: Apply patch from Aleksandar Bakic to extended
index a5162ff6c1b3801e054353b6bd28556e2d053d4d..20498067a126d4a82e48528ae7ced7bca226d609 100644 (file)
@@ -1133,7 +1133,7 @@ ID FORENAME   SURNAME   EMAIL
     <refsect1>
       <title>Syntax</title>
       <synopsis>
     <refsect1>
       <title>Syntax</title>
       <synopsis>
-      <function>select</function> &amp;rest <replaceable>identifiers</replaceable> &amp;key <replaceable>all</replaceable> <replaceable>distinct</replaceable> <replaceable>from</replaceable> <replaceable>group-by</replaceable> <replaceable>having</replaceable> <replaceable>order-by</replaceable> <replaceable>set-operation</replaceable> <replaceable>where</replaceable> <replaceable>result-types</replaceable> <replaceable>field-names</replaceable> <replaceable>flatp</replaceable> <replaceable>refresh</replaceable> <replaceable>caching</replaceable> <replaceable>database</replaceable> => <returnvalue>result</returnvalue></synopsis>
+      <function>select</function> &amp;rest <replaceable>identifiers</replaceable> &amp;key <replaceable>all</replaceable> <replaceable>distinct</replaceable> <replaceable>from</replaceable> <replaceable>group-by</replaceable> <replaceable>having</replaceable> <replaceable>limit</replaceable> <replaceable>offset</replaceable> <replaceable>order-by</replaceable> <replaceable>set-operation</replaceable> <replaceable>where</replaceable> <replaceable>result-types</replaceable> <replaceable>field-names</replaceable> <replaceable>flatp</replaceable> <replaceable>refresh</replaceable> <replaceable>caching</replaceable> <replaceable>database</replaceable> => <returnvalue>result</returnvalue></synopsis>
     </refsect1>
     <refsect1>
       <title>Arguments and Values</title>
     </refsect1>
     <refsect1>
       <title>Arguments and Values</title>