MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
temporal_test.c File Reference

A simple program that tests the set and span functions exposed by the PostgreSQL types embedded in MEOS. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <meos.h>

Functions

int main (void)
 

Detailed Description

A simple program that tests the set and span functions exposed by the PostgreSQL types embedded in MEOS.

The program can be build as follows

gcc -Wall -g -I/usr/local/include -o temporal_test temporal_test.c -L/usr/local/lib -lmeos