Re: [PATCHES] SPI_getnspname

2005-03-28 Thread Neil Conway
Neil Conway wrote: I noticed there is an SPI API function to get the name of a specified Relation, but no similar function to get the Relation's namespace. Attached is a patch that implements SPI_getnspname(). Applied. -Neil ---(end of broadcast)---

[PATCHES] SPI_getnspname

2005-03-23 Thread Neil Conway
I noticed there is an SPI API function to get the name of a specified Relation, but no similar function to get the Relation's namespace. Attached is a patch that implements SPI_getnspname(). I wasn't sure if I should refer to the relation's "schema" or its "namespace"; my feeling was that SPI i