tokkee/postrr
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
PostgreSQL Round-Robin Extension ================================ PostRR (\ˈpōs-tər\) is an extension for the PostgreSQL database management system providing round-robin functionality. It provides additional data types and functions to handle discrete time-series of data and consolidation thereof. For now, the software is in an early and very experimental state. This is free and open source software, licensed under the 2-clause BSD license. See COPYING for details. Prerequisites ------------- To compile the PostRR package from source you need: * A build environment: autotools, libtool, C compiler, ... * A POSIX + Single UNIX Specification compatible C library. * asciidoc, xsltproc: The AsciiDoc text document format is used to write the manpages. * PostgreSQL server-side development files (currently tested with PostgreSQL 9.1) Configuring / Compiling / Installing ------------------------------------ To configure, build and install PostRR with the default settings, run `./configure && make && make install'. For detailed, generic instructions see INSTALL. For a complete list of configure options and their description, run `./configure --help'. By default, PostRR will be installed into `/opt/postrr'. You can adjust this setting by specifying the `--prefix' configure option - see INSTALL for details. If you pass DESTDIR=<path> to `make install', <path> will be prefixed to all installation directories. This might be useful when creating packages for PostRR. Author ------ Sebastian "tokkee" Harl <sh@tokkee.org>
About
PostgreSQL Round Robin Extension
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published