2 SPI_unregister_relation
4 SPI_unregister_relation — remove an ephemeral named relation from the
9 int SPI_unregister_relation(const char * name)
13 SPI_unregister_relation removes an ephemeral named relation from the
14 registry for the current connection.
19 the relation registry entry name
23 If the execution of the command was successful then the following
24 (nonnegative) value will be returned:
27 if the tuplestore has been successfully removed from the
30 On error, one of the following negative values is returned:
36 if called from an unconnected C function
38 SPI_ERROR_REL_NOT_FOUND
39 if name is not found in the registry for the current connection