NAME

CGI::Wiki::Store::Pg - Postgres storage backend for CGI::Wiki

REQUIRES

Subclasses CGI::Wiki::Store::Database.

SYNOPSIS

See CGI::Wiki::Store::Database

METHODS

check_and_write_node
  $store->check_and_write_node( node     => $node,
				content  => $content,
				checksum => $checksum ) or return 0;

Locks the node, verifies the checksum and writes the content to the node, unlocks the node. Returns 1 on success, 0 if checksum doesn't match, croaks on error.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 35:

=over without closing =back