xref: /PHP-7.4/travis/setup-pgsql.sh (revision bd379df4)
1#!/bin/bash
2echo '
3<?php $conn_str .= " user=postgres"; ?>' >> "./ext/pgsql/tests/config.inc"
4if [ -z "$ARM64" ]; then
5  psql -c 'create database test;' -U postgres
6fi
7