mirror of
https://github.com/danog/ext-pq.git
synced 2024-11-26 20:04:44 +01:00
5 lines
134 B
Bash
Executable File
5 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
CWD=$(dirname $0)
|
|
awk -f $CWD/php_pq_type.awk >$CWD/php_pq_type.h \
|
|
<${1-/usr/include/postgresql}/server/catalog/pg_type.h
|