From 00d677347e397acf3d1d541add4c5f40e6902e1b Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 21 Sep 2016 13:06:05 -0700 Subject: [PATCH] Generalize core schema docs in DatabasePostgres Change-Id: I52e64867c1533c50406623d5bc121c1e4da2459a --- includes/libs/rdbms/database/DatabasePostgres.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/libs/rdbms/database/DatabasePostgres.php b/includes/libs/rdbms/database/DatabasePostgres.php index 8c73a150d7..84439f4852 100644 --- a/includes/libs/rdbms/database/DatabasePostgres.php +++ b/includes/libs/rdbms/database/DatabasePostgres.php @@ -991,7 +991,7 @@ __INDEXATTR__; } /** - * Determine default schema for MediaWiki core + * Determine default schema for the current application * Adjust this session schema search path if desired schema exists * and is not alread there. * @@ -1036,7 +1036,7 @@ __INDEXATTR__; } /** - * Return schema name fore core MediaWiki tables + * Return schema name for core application tables * * @since 1.19 * @return string Core schema name -- 2.20.1