This is a document for PGroonga 2.X. See PGroonga 1.x document when you're using old PGroonga.

pgroonga_is_writable function

Summary

pgroonga_is_writable function returns whether you can change PGroonga data or not.

Syntax

Here is the syntax of this function:

bool pgroonga_is_writable()

It returns whether you can change PGroonga data or not.

Usage

Here is an example:

SELECT pgroonga_is_writable();
--  pgroonga_is_writable 
-- ----------------------
--  t
-- (1 row)

See also