pgsql: Fix \ef and \sf to not fail on functions with nonnull probin.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix \ef and \sf to not fail on functions with nonnull probin.
Date: 2010-08-14 14:20:35
Message-ID: 20100814142035.D61767541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix \ef and \sf to not fail on functions with nonnull probin.
Update comment about them in pg_get_functiondef.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
ruleutils.c (r1.331 -> r1.332)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c?r1=1.331&r2=1.332)
pgsql/src/bin/psql:
command.c (r1.227 -> r1.228)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.227&r2=1.228)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-08-14 15:47:14 pgsql: Fix planner to make a reasonable assumption about the amount of
Previous Message Tom Lane 2010-08-14 13:59:49 pgsql: Add a \sf (show function) command to psql, for those times when