Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4257)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4258)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.142 2005-06-15 00:54:57 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.143 2005-06-15 01:03:19 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -716,3 +716,4 @@
 \item added psImageMaskRegion, psImageKeepRegion
 \item added psImageMaskCircle, psImageKeepCircle
-\end{itemize}
+\item add \code{limit} param to \code{psDBDeleteRows()}
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 4257)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 4258)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.284 2005-06-15 00:54:58 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.285 2005-06-15 01:03:19 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3518,10 +3518,11 @@
 
 \begin{prototype}
-psS64 psDBDeleteRows(psDB *dbh, const char *tableName, const psMetadata *where);
+psS64 psDBDeleteRows(psDB *dbh, const char *tableName, const psMetadata *where, unsigned long long limit);
 \end{prototype}
 
 Delete the rows that are matched by \code{where} using the same semantics for
-\code{where} as in psDBUpdateRow().  A negative value is returned to indicate an
-error.
+\code{where} as in psDBUpdateRow().  \code{limit} specifies the maximum number
+of rows that may be deleted per invocation.  A negative value is returned to
+indicate an error.
 
 \subsection{FITS I/O Functions}
