summaryrefslogtreecommitdiffstats
path: root/server/parser/pgsql.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/parser/pgsql.h')
-rw-r--r--server/parser/pgsql.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/server/parser/pgsql.h b/server/parser/pgsql.h
index 4238e5b..1ea8feb 100644
--- a/server/parser/pgsql.h
+++ b/server/parser/pgsql.h
@@ -1,11 +1,6 @@
/*
* Copyright (C) 2009 Red Hat Inc.
*
- * David Sommerseth <davids@redhat.com>
- *
- * Takes a standardised XML document (from parseToSQLdata()) and does
- * the database operations based on that input
- *
* This application is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; version 2.
@@ -16,6 +11,16 @@
* General Public License for more details.
*/
+/**
+ * @file pgsql.h
+ * @author David Sommerseth <davids@redhat.com>
+ * @date Wed Oct 13 17:44:35 2009
+ *
+ * @brief Database API for the PostgreSQL database.
+ *
+ *
+ */
+
#ifndef _RTEVAL_PGSQL_H
#define _RTEVAL_PGSQL_H