PostGIS  2.5.7dev-r@@SVN_REVISION@@
rtpg_internal.c File Reference
#include <ctype.h>
#include <postgres.h>
#include <executor/spi.h>
#include "rtpg_internal.h"
Include dependency graph for rtpg_internal.c:

Go to the source code of this file.

Functions

char * rtpg_strreplace (const char *str, const char *oldstr, const char *newstr, int *count)
 
char * rtpg_strtoupper (char *str)
 
char * rtpg_chartrim (const char *input, char *remove)
 
char ** rtpg_strsplit (const char *str, const char *delimiter, uint32_t *n)
 
char * rtpg_removespaces (char *str)
 
char * rtpg_trim (const char *input)
 
char * rtpg_strrstr (const char *s1, const char *s2)
 
char * rtpg_getSR (int srid)