Skip to content

Commit 4624b84

Browse files
committed
Small cleanup of file.
1 parent 7da0f5d commit 4624b84

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.32 2000/05/09 18:55:56 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.33 2000/05/12 00:54:52 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -1614,7 +1614,7 @@ bar
16141614
such as <literal>\set :foo 'something'</literal> and get <quote>soft
16151615
links</quote> or <quote>variable variables</quote> of <productname>Perl</productname>
16161616
or <productname><acronym>PHP</acronym></productname> fame, respectively.
1617-
Unfortunately (or fortunately?), there is not way to do anything useful
1617+
Unfortunately (or fortunately?), there is no way to do anything useful
16181618
with these constructs. On the
16191619
other hand, <literal>\set bar :foo</literal> is a perfectly valid way to copy
16201620
a variable.

src/bin/psql/command.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.32 2000/05/05 09:38:40 petere Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.33 2000/05/12 00:54:53 momjian Exp $
77
*/
88
#include "postgres.h"
99
#include "command.h"
@@ -814,7 +814,6 @@ scan_option(char **string, enum option_type type, char *quote)
814814

815815
switch (options_string[pos])
816816
{
817-
818817
/*
819818
* Double quoted string
820819
*/

0 commit comments

Comments
 (0)