Small cleanup of file.

This commit is contained in:
Bruce Momjian 2000-05-12 00:54:53 +00:00
parent 7da0f5d7de
commit 4624b84cf2
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.32 2000/05/09 18:55:56 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.33 2000/05/12 00:54:52 momjian Exp $
Postgres documentation Postgres documentation
--> -->
@ -1614,7 +1614,7 @@ bar
such as <literal>\set :foo 'something'</literal> and get <quote>soft such as <literal>\set :foo 'something'</literal> and get <quote>soft
links</quote> or <quote>variable variables</quote> of <productname>Perl</productname> links</quote> or <quote>variable variables</quote> of <productname>Perl</productname>
or <productname><acronym>PHP</acronym></productname> fame, respectively. or <productname><acronym>PHP</acronym></productname> fame, respectively.
Unfortunately (or fortunately?), there is not way to do anything useful Unfortunately (or fortunately?), there is no way to do anything useful
with these constructs. On the with these constructs. On the
other hand, <literal>\set bar :foo</literal> is a perfectly valid way to copy other hand, <literal>\set bar :foo</literal> is a perfectly valid way to copy
a variable. a variable.

View File

@ -3,7 +3,7 @@
* *
* Copyright 2000 by PostgreSQL Global Development Group * Copyright 2000 by PostgreSQL Global Development Group
* *
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.32 2000/05/05 09:38:40 petere Exp $ * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.33 2000/05/12 00:54:53 momjian Exp $
*/ */
#include "postgres.h" #include "postgres.h"
#include "command.h" #include "command.h"
@ -814,7 +814,6 @@ scan_option(char **string, enum option_type type, char *quote)
switch (options_string[pos]) switch (options_string[pos])
{ {
/* /*
* Double quoted string * Double quoted string
*/ */