ProvSQL SQL API
Adding support for provenance and uncertainty management to PostgreSQL databases
Loading...
Searching...
No Matches
Circuit initialization

Functions and statements executed at extension load time to reset internal caches and create the constant zero/one gates. More...

Functions

VOID provsql.reset_constants_cache ()
 Reset the internal cache of OID constants used by the query rewriter.
 

Detailed Description

Functions and statements executed at extension load time to reset internal caches and create the constant zero/one gates.

Function Documentation

◆ reset_constants_cache()

VOID provsql.reset_constants_cache ( )

Reset the internal cache of OID constants used by the query rewriter.

Source code
provsql.sql line 1431