1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-12-02 09:18:02 +01:00
ext-pq/gen_pq_type.sh
2014-09-25 14:04:35 +02:00

5 lines
129 B
Bash
Executable File

#!/bin/sh
CWD=$(dirname $0)
awk -f $CWD/php_pq_type.awk >$CWD/php_pq_type.h \
</usr/include/postgresql/server/catalog/pg_type.h