public inbox for [email protected]
help / color / mirror / Atom feedPatch for minor error
4+ messages / 3 participants
[nested] [flat]
* Patch for minor error
@ 2003-01-23 18:32 Oliver Elphick <[email protected]>
0 siblings, 2 replies; 4+ messages in thread
From: Oliver Elphick @ 2003-01-23 18:32 UTC (permalink / raw)
To: pgsql-docs
This patch is against CVS tip. The file basics.sql does not exist; the
file referred to is called basics.source.
Index: doc/src/sgml/query.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/query.sgml,v
retrieving revision 1.28
diff -u -r1.28 query.sgml
--- doc/src/sgml/query.sgml 2002/11/11 20:14:03 1.28
+++ doc/src/sgml/query.sgml 2003/01/23 13:39:06
@@ -39,14 +39,14 @@
...
</computeroutput>
-<prompt>mydb=></prompt> <userinput>\i basics.sql</userinput>
+<prompt>mydb=></prompt> <userinput>\i basics.source</userinput>
</screen>
The <literal>\i</literal> command reads in commands from the
specified file. The <literal>-s</literal> option puts you in
single step mode which pauses before sending each statement to the
server. The commands used in this section are in the file
- <filename>basics.sql</filename>.
+ <filename>basics.source</filename>.
</para>
</sect1>
--
Oliver Elphick <[email protected]>
LFIX Limited
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Patch for minor error
@ 2003-01-23 23:33 Peter Eisentraut <[email protected]>
parent: Oliver Elphick <[email protected]>
1 sibling, 0 replies; 4+ messages in thread
From: Peter Eisentraut @ 2003-01-23 23:33 UTC (permalink / raw)
To: Oliver Elphick <[email protected]>; +Cc: pgsql-docs
Oliver Elphick writes:
> This patch is against CVS tip. The file basics.sql does not exist; the
> file referred to is called basics.source.
You need to run make first.
--
Peter Eisentraut [email protected]
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Patch for minor error
@ 2003-01-24 03:46 Tom Lane <[email protected]>
parent: Oliver Elphick <[email protected]>
1 sibling, 1 reply; 4+ messages in thread
From: Tom Lane @ 2003-01-24 03:46 UTC (permalink / raw)
To: Oliver Elphick <[email protected]>; +Cc: pgsql-docs
Oliver Elphick <[email protected]> writes:
> This patch is against CVS tip. The file basics.sql does not exist; the
> file referred to is called basics.source.
Actually, src/tutorial/Makefile expects to *make* basics.sql from
basics.source. That particular file doesn't really need any
substitutions, but some of its siblings do.
If there's a docs bug here, it's that the text doesn't explain about
building the tutorial examples. I also kinda wonder if we should build
and install the tutorial files (presumably into $INSTROOT/share) by
default --- right now a standard build doesn't do that. Thoughts?
regards, tom lane
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Patch for minor error
@ 2003-01-24 11:34 Oliver Elphick <[email protected]>
parent: Tom Lane <[email protected]>
0 siblings, 0 replies; 4+ messages in thread
From: Oliver Elphick @ 2003-01-24 11:34 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: pgsql-docs
On Fri, 2003-01-24 at 03:46, Tom Lane wrote:
> If there's a docs bug here, it's that the text doesn't explain about
> building the tutorial examples. I also kinda wonder if we should build
> and install the tutorial files (presumably into $INSTROOT/share) by
> default --- right now a standard build doesn't do that. Thoughts?
I think that would be a good idea; witness the fact that I have gone 5
years without noticing that the make needed to be run.
--
Oliver Elphick [email protected]
Isle of Wight, UK http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"If anyone has material possessions and sees his
brother in need but has no pity on him, how can the
love of God be in him?"
I John 3:17
^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2003-01-24 11:34 UTC | newest]
Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2003-01-23 18:32 Patch for minor error Oliver Elphick <[email protected]>
2003-01-23 23:33 ` Peter Eisentraut <[email protected]>
2003-01-24 03:46 ` Tom Lane <[email protected]>
2003-01-24 11:34 ` Oliver Elphick <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox