Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4258)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4259)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.143 2005-06-15 01:03:19 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.144 2005-06-15 01:08:13 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -717,3 +717,4 @@
 \item added psImageMaskCircle, psImageKeepCircle
 \item add \code{limit} param to \code{psDBDeleteRows()}
-\end{itemize}
+\item change \code{p_psDBRunQuery()} to accept a \code{printf()} style format 
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 4258)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 4259)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.285 2005-06-15 01:03:19 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.286 2005-06-15 01:08:13 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3443,10 +3443,11 @@
 
 \begin{prototype}
-bool p_psDBRunQuery(psDB *dbh, const char *query);
-\end{prototype}
-
-This function will execute a string as a raw SQL query.  No additional
-processing of the string or abstraction of the underlying database's SQL
-dialect is provided.
+bool p_psDBRunQuery(psDB *dbh, const char *format, ...);
+\end{prototype}
+
+This function will execute a string as a raw SQL query.  \code{format} is a
+\code{printf} style formatting code to be implimented with \code{vsprintf()}.
+No additional processing of the string or abstraction of the underlying
+database's SQL dialect is provided.
 
 \begin{prototype}
