Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.4

spi_getrelname(7)


SPI_getrelname

SPI_getrelname

NAME
SYNOPSIS
DESCRIPTION
ARGUMENTS
RETURN VALUE

NAME

SPI_getrelname − return the name of the specified relation

SYNOPSIS

char * SPI_getrelname(Relation rel)

DESCRIPTION

SPI_getrelname returns a copy of the name of the specified relation. (You can use pfree to release the copy of the name when you don’t need it anymore.)

ARGUMENTS

Relation rel

input relation

RETURN VALUE

The name of the specified relation.



spi_getrelname(7)