Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe6899f

Browse files
committed
Fix \df to re-allow regexp special characters in the function name pattern.
This has always worked, up until somebody's thinko here:http://archives.postgresql.org/pgsql-committers/2009-04/msg00233.phpPer bug #5143 from Piotr Wolinski.
1 parentcbcd170 commitbe6899f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/describe.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
1010
*
11-
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.228 2009/10/07 22:14:24 alvherre Exp $
11+
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.229 2009/10/28 18:09:44 tgl Exp $
1212
*/
1313
#include"postgres_fe.h"
1414

@@ -415,7 +415,7 @@ describeFunctions(const char *functypes, const char *pattern, bool verbose, bool
415415
appendPQExpBuffer(&buf," )\n");
416416
}
417417

418-
processSQLNamePattern(pset.db,&buf,pattern,have_where,true,
418+
processSQLNamePattern(pset.db,&buf,pattern,have_where,false,
419419
"n.nspname","p.proname",NULL,
420420
"pg_catalog.pg_function_is_visible(p.oid)");
421421

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp