Skip to content

Commit

Permalink
Fix EXTENSIONS section for pgsql
Browse files Browse the repository at this point in the history
This should have been pgsql, not psql...
  • Loading branch information
nikic committed Jun 14, 2021
1 parent 72f47c0 commit e378968
Show file tree
Hide file tree
Showing 76 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion ext/pgsql/tests/00version.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL version
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/01createdb.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL create db
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/02connection.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL connection
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/03sync_query.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL sync query
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/04async_query.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL async query
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/05large_object.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL large object
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/06_bug73498.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug 73498 Incorrect DELIMITER syntax for pg_copy_to()
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/06copy.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL copy functions
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/07optional.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL optional functions
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/08escape.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL escape functions
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/09notice.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL notice function
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php

Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/10pg_convert.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_convert()
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/10pg_convert_9.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_convert() (9.0+)
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/10pg_convert_json_array.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_convert() and JSON/Array
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/11pg_meta_data.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_metadata()
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/12pg_insert.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_insert()
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/12pg_insert_9.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_insert() (9.0+)
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/13pg_select.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_select()
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/13pg_select_9.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_select() (9.0+)
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/14pg_update.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_update()
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/14pg_update_9.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_update() (9.0+)
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/15pg_delete.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_delete()
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/16pg_result_status.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_result_status()
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/17result.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_fetch_*() functions
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/18pg_escape_bytea_before.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_escape_bytea() functions (before connection)
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/18pg_escape_bytea_esc.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_escape_bytea() functions (escape format)
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/18pg_escape_bytea_hex.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_escape_bytea() functions (hex format)
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/19pg_ping.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_ping() functions
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/20pg_get_pid.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_get_pid() functions
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/21pg_get_notify.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_get_notify() functions
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/22pg_fetch_object.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL pg_fetch_object()
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/23sync_query_params.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL sync query params
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/24sync_query_prepared.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL sync prepared queries
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/25async_query_params.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL async query params
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/26async_query_prepared.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL async prepared queries
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/27large_object_oid.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL create large object with given oid
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/28large_object_import_oid.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL import large object with given oid
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/29nb_async_connect.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL non-blocking async connect
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/30nb_async_query_params.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL non-blocking async query params
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/31nb_async_query_prepared.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL non-blocking async prepared queries
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/32nb_async_query.phpt
@@ -1,7 +1,7 @@
--TEST--
PostgreSQL non-blocking async queries
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
include("skipif.inc");
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/80_bug14383.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #14383 (8.0+) (using postgres with DBA causes DBA not to be able to find any keys)
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
require_once(__DIR__.'/../../dba/tests/skipif.inc');
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/80_bug24499.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #24499 (Notice: Undefined property: stdClass::)
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
require_once('skipif.inc');
Expand Down
2 changes: 1 addition & 1 deletion ext/pgsql/tests/80_bug27597.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #27597 (pg_fetch_array not returning false)
--EXTENSIONS--
psql
pgsql
--SKIPIF--
<?php
require_once('skipif.inc');
Expand Down

0 comments on commit e378968

Please sign in to comment.