This is a document for PGroonga 2.0.0 or later. See PGroonga 1.X document when you're using PGroonga 1.X.

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