Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 3952)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 3953)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.98 2005-05-16 22:07:45 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.99 2005-05-17 00:18:46 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -589,4 +589,5 @@
     \begin{itemize}
     \item change \code{psDBCreateTable()}'s definition to be clear about how to combine indexes and auto-increment
+    \item add \code{p_psDBRunQuery()}
     \end{itemize}
 \end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 3952)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 3953)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.222 2005-05-16 22:13:01 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.223 2005-05-17 00:18:46 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4436,4 +4436,12 @@
 
 \begin{verbatim}
+    bool p_psDBRunQuery(psDB *dbh, const char *query);
+\end{verbatim}
+
+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.
+
+\begin{verbatim}
     psArray *psDBSelectColumn(psDB *dbh, const char *tableName, const char *col, const psU64 limit);
     psVector *psDBSelectColumnNum(psDB *dbh, const char *tableName, const char *col, psMetadataType type, const psU64 limit);
