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

Commit91742c5

Browse files
committed
Change heading.
1 parent4857de6 commit91742c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/psql/psql.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.115 1997/11/24 14:05:02 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.116 1997/11/24 14:15:11 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1725,15 +1725,15 @@ HandleSlashCmds(PsqlSettings *pset,
17251725
ORDER BY return_type, function;",
17261726
false, false,0);
17271727
SendQuery(&success,pset,"\
1728-
SELECTt.typname asrets, \
1728+
SELECTt.typname asrtns, \
17291729
p.proname as function, \
17301730
oid8types(p.proargtypes) as arguments, \
17311731
substr(obj_description(p.oid),1,34) \
17321732
FROM pg_proc p, pg_type t \
17331733
WHERE p.prorettype = t.oid and \
17341734
(pronargs = 0 or oid8types(p.proargtypes) != '') and \
17351735
t.typname = 'bool' \
1736-
ORDER BYrets, function;",
1736+
ORDER BYrtns, function;",
17371737
false, false,0);
17381738
}
17391739
elseif (strncmp(cmd,"di",2)==0)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp