blob: a837ddcc3daa4c9178e9d694a0cf8773e5de9a73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PL/Proxy 2
==========
Sven Suursoho & Marko Kreen
Installation
------------
For installation there must be PostgreSQL dev environment installed
and pg_config in the PATH. Then just run:
$ make
$ make install
To run regression tests:
$ make installcheck
Notes:
* Encoding regression test fails if the Postres instance is not created with C locale.
It can be considered expected failure then.
* Location to pg_config can be set via PG_CONFIG variable:
$ make PG_CONFIG=/path/to/pg_config
$ make install PG_CONFIG=/path/to/pg_config
$ make installcheck PG_CONFIG=/path/to/pg_config
|