dui-libpg.c File Reference


Detailed Description

libpg (postrgres) native driver for DUI. Uses the postgres-dev package

Author:
2003,2004 Linas Vepstas <linas@linas.org>

Definition in file dui-libpg.c.

#include "config.h"
#include "perr.h"

Go to the source code of this file.

Functions

static void G_GNUC_UNUSED dui_libpg_init (void)


Function Documentation

static void G_GNUC_UNUSED dui_libpg_init ( void   )  [static]

Todo:
translatable string not marked up

Definition at line 475 of file dui-libpg.c.

00476 {
00477 #ifdef USE_LIBPG
00478     DuiDBPlugin *plg;
00479     plg = dui_libpg_plugin_new();
00480     dui_db_provider_register (plg);
00481 #else
00482 
00483     PERR ("The DWI db drivers were compiled without Postgres support");
00484 #endif /* USE_LIBPG */
00485 }


Generated on Tue Apr 29 21:27:53 2008 for estron by  doxygen 1.5.5