1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-26 20:04:44 +01:00
ext-pq/gen_pq_type.sh

5 lines
134 B
Bash
Raw Normal View History

2014-09-12 16:55:25 +02:00
#!/bin/sh
CWD=$(dirname $0)
2014-09-15 09:46:00 +02:00
awk -f $CWD/php_pq_type.awk >$CWD/php_pq_type.h \
2014-10-23 09:49:32 +02:00
<${1-/usr/include/postgresql}/server/catalog/pg_type.h