We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bc5bd3 + acdf56d commit 915b023Copy full SHA for 915b023
doc/src/sgml/chkpass.sgml
@@ -32,7 +32,7 @@
32
passwords without re-encrypting them. If you want the encrypted password
33
without the colon then use the <function>raw()</> function.
34
This allows you to use the
35
- type with things like Apache's <literal>Auth_&productname;</> module.
+ type with things like Apache's <literal>Auth_PostgreSQL</> module.
36
</para>
37
38
<para>
src/Makefile.global.in
@@ -42,6 +42,7 @@ VERSION_NUM = @PG_VERSION_NUM@
42
43
PGPRO_VERSION = @PGPRO_VERSION@
44
PGPRO_PACKAGE_NAME = @PGPRO_PACKAGE_NAME@
45
+PGPRO_EDITION = @PGPRO_EDITION@
46
47
# Set top_srcdir, srcdir, and VPATH.
48
ifdef PGXS
0 commit comments