aboutsummaryrefslogtreecommitdiff
path: root/src/pgsql.c
blob: e67e26c2d20b3c0832a4999d04a4f6f8c1578913 (plain)
1
2
3
4
5
6
7
/* This file is a placeholder */
#include "dbrw.h"

static struct dbrw_backend pgsql_backend = {
	"pgsql",
		/* FIXME */
};

Return to:

Send suggestions and report system problems to the System administrator.