diff --git a/uppsrc/PostgreSQL/PostgreSQL.h b/uppsrc/PostgreSQL/PostgreSQL.h index 96974a136..f8af84f83 100644 --- a/uppsrc/PostgreSQL/PostgreSQL.h +++ b/uppsrc/PostgreSQL/PostgreSQL.h @@ -16,6 +16,8 @@ NAMESPACE_UPP // Bytea_v values are stored as bytea data, but recived as string type const char *PostgreSQLReadString(const char *s, String& stmt); + +// Deprecated, use SqlPerformScript instead bool PostgreSQLPerformScript(const String& text, #ifdef NOAPPSQL StatementExecutor& se,