Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb3b79f
)
Fix typo in comment.
author
Fujii Masao
<fujii@postgresql.org>
Wed, 18 Sep 2013 16:58:32 +0000
(
01:58
+0900)
committer
Fujii Masao
<fujii@postgresql.org>
Wed, 18 Sep 2013 16:58:32 +0000
(
01:58
+0900)
Ian Lawrence Barwick
src/bin/psql/command.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/command.c
b/src/bin/psql/command.c
index 351e684132cf0cd7f8887a570cd65f72c8c7dd51..10e9f64c8ee9c4ed7c6c32204e2021423b3b3c4d 100644
(file)
--- a/
src/bin/psql/command.c
+++ b/
src/bin/psql/command.c
@@
-2103,7
+2103,7
@@
do_edit(const char *filename_arg, PQExpBuffer query_buf,
/*
* process_file
*
- * Read
commands from filename and then them to the main processing loop
+ * Read
s commands from filename and passes them to the main processing loop.
* Handler for \i and \ir, but can be used for other things as well. Returns
* MainLoop() error code.
*