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
8b6f76af
Commit
8b6f76af
authored
20 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Make installation instructions match reality.
parent
b6335b4f
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
contrib/cube/README.cube
+2
-6
2 additions, 6 deletions
contrib/cube/README.cube
contrib/seg/README.seg
+2
-6
2 additions, 6 deletions
contrib/seg/README.seg
with
4 additions
and
12 deletions
contrib/cube/README.cube
+
2
−
6
View file @
8b6f76af
...
...
@@ -29,12 +29,8 @@ To install the type, run
make
make install
For this to work, make sure that:
. the cube source directory is in the postgres contrib directory
. the user running "make install" has postgres administrative authority
. this user's environment defines the PGLIB and PGDATA variables and has
postgres binaries in the PATH.
The user running "make install" may need root access; depending on how you
configured the PostgreSQL installation paths.
This only installs the type implementation and documentation. To make the
type available in any particular database, as a postgres superuser do:
...
...
This diff is collapsed.
Click to expand it.
contrib/seg/README.seg
+
2
−
6
View file @
8b6f76af
...
...
@@ -84,12 +84,8 @@ To install the type, run
make
make install
For this to work, make sure that:
. the seg source directory is in the postgres contrib directory
. the user running "make install" has postgres administrative authority
. this user's environment defines the PGLIB and PGDATA variables and has
postgres binaries in the PATH.
The user running "make install" may need root access; depending on how you
configured the PostgreSQL installation paths.
This only installs the type implementation and documentation. To make the
type available in any particular database, do
...
...
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