Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
7ef29a26
Commit
7ef29a26
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update SCO FAQ. Billy G. Allie
parent
832877e9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ_SCO
+4
-2
4 additions, 2 deletions
doc/FAQ_SCO
src/interfaces/ecpg/test/Makefile
+1
-1
1 addition, 1 deletion
src/interfaces/ecpg/test/Makefile
with
5 additions
and
3 deletions
doc/FAQ_SCO
+
4
−
2
View file @
7ef29a26
...
...
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL V7.0
SCO UnixWare and OpenServer Specific
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
=======================================================
last updated: Mon
Apr 24 04
:3
1
:4
4
EDT 2000
last updated: Mon
May 1 23
:3
5
:4
3
EDT 2000
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
original author: Andrew Merrill (andrew@compclass.com)
...
...
@@ -275,7 +275,7 @@ section names in the man page:
#!/bin/ksh
cd /usr/local/pgsql/man
mv man1 man.1
mkdir
../
man.1sql
mkdir man.1sql
cd /usr/local/pgsql/man/manl
for i in *.l
...
...
@@ -284,6 +284,8 @@ do
done
cd /usr/local/pgsql/man
rm -rf manl
/usr/ucb/catman -M /usr/local/pgsql/man 1
/usr/ucb/catman -M /usr/local/pgsql/man 1sql
------------------------------8< CUT HERE >8------------------------------
After running this script, you can view the man pages using the 'man'
...
...
This diff is collapsed.
Click to expand it.
src/interfaces/ecpg/test/Makefile
+
1
−
1
View file @
7ef29a26
...
...
@@ -18,4 +18,4 @@ dyntest2: dyntest2.c
$(
ECPG
)
$?
clean
:
rm
-f
test1 test2 test3 test4 perftest
*
.c log dyntest dyntest2
rm
-f
test1 test2 test3 test4 perftest
*
.c
*
.o
log dyntest dyntest2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment