Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
4624b84c
Commit
4624b84c
authored
May 12, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small cleanup of file.
parent
7da0f5d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+2
-2
src/bin/psql/command.c
src/bin/psql/command.c
+1
-2
No files found.
doc/src/sgml/ref/psql-ref.sgml
View file @
4624b84c
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.3
2 2000/05/09 18:55:56
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.3
3 2000/05/12 00:54:52
momjian Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -1614,7 +1614,7 @@ bar
...
@@ -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 no
t
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.
...
...
src/bin/psql/command.c
View file @
4624b84c
...
@@ -3,7 +3,7 @@
...
@@ -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.3
2 2000/05/05 09:38:40 petere
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.3
3 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)
...
@@ -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
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment