Skip to content

Commit 216f194

Browse files
author
James William Pye
committed
Installation is actually more general than a pg_config interface.
Specifically, it is possible for one to be crafted without pg_config.
1 parent eb42256 commit 216f194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ class Installation(Element):
11981198
information about an installation of PostgreSQL accessible by the Python
11991199
"""
12001200
_e_label = "INSTALLATION"
1201-
_e_factors = ('pg_config_path',)
1201+
_e_factors = ()
12021202

12031203
@propertydoc
12041204
@abstractproperty

0 commit comments

Comments
 (0)