pgsql/src/bin/psql command.c

From: Peter Eisentraut - PostgreSQL <petere(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/psql command.c
Date: 2001-04-18 20:53:09
Message-ID: 200104182053.f3IKr9V93047@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: petere(at)hub(dot)org 01/04/18 16:53:09

Modified files:
src/bin/psql : command.c

Log message:
Repair misbehavior of \! with immediately following argument that contains
spaces (e.g., '\!ls -l'). Also correct a comment.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-04-18 22:25:32 pgsql/src/backend/parser parse_func.c
Previous Message Tom Lane 2001-04-18 20:42:56 pgsql/src backend/optimizer/plan/planner.c bac ...