We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent832877e commit7ef29a2Copy full SHA for 7ef29a2
doc/FAQ_SCO
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL V7.0
3
SCO UnixWare and OpenServer Specific
4
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
5
=======================================================
6
-last updated: MonApr 24 04:31:44 EDT 2000
+last updated: MonMay 1 23:35:43 EDT 2000
7
8
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
9
original author: Andrew Merrill (andrew@compclass.com)
@@ -275,7 +275,7 @@ section names in the man page:
275
#!/bin/ksh
276
cd /usr/local/pgsql/man
277
mv man1 man.1
278
-mkdir../man.1sql
+mkdir man.1sql
279
280
cd /usr/local/pgsql/man/manl
281
for i in *.l
@@ -284,6 +284,8 @@ do
284
done
285
286
rm -rf manl
287
+/usr/ucb/catman -M /usr/local/pgsql/man 1
288
+/usr/ucb/catman -M /usr/local/pgsql/man 1sql
289
------------------------------8< CUT HERE >8------------------------------
290
291
After running this script, you can view the man pages using the 'man'
src/interfaces/ecpg/test/Makefile
@@ -18,4 +18,4 @@ dyntest2: dyntest2.c
18
$(ECPG)$?
19
20
clean:
21
-rm -f test1 test2 test3 test4 perftest*.c log dyntest dyntest2
+rm -f test1 test2 test3 test4 perftest*.c*.olog dyntest dyntest2