Teach sepgsql about database labels.

Robert Haas <rhaas@postgresql.org>

Commit: 291873c1554ceecc71a81c25aef4f1260c15c222
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-09-23T21:09:34Z
Releases: 9.2.0
Teach sepgsql about database labels.

This is still a bit of a hack, but it's better than the old way, for sure.

KaiGai Kohei, with one change by me to make it compile

Files

PathChange+/−
contrib/sepgsql/database.c added +88 −0
contrib/sepgsql/hooks.c modified +5 −0
contrib/sepgsql/label.c modified +22 −4
contrib/sepgsql/Makefile modified +1 −1
contrib/sepgsql/schema.c modified +6 −8
contrib/sepgsql/sepgsql.h modified +6 −0