The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

REQUIRES

Subclasses Wiki::Toolkit::Store::Database.

SYNOPSIS

See Wiki::Toolkit::Store::Database

METHODS

check_and_write_node
  $store->check_and_write_node( node     => $node,
                                checksum => $checksum,
                                %other_args );

Locks the node, verifies the checksum, calls write_node_post_locking with all supplied arguments, unlocks the node. Returns 1 on successful writing, 0 if checksum doesn't match, croaks on error.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 37:

=over without closing =back