1#!/bin/bash 2echo ' 3<?php $conn_str .= " user=postgres"; ?>' >> "./ext/pgsql/tests/config.inc" 4psql -c 'create database test;' -U postgres