Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cc87a86

Browse files
committed
Revert PRODUCT NAME to Postgres Pro because docs are more readable with it. To be changed in future by adding new variable
1 parent 68458d8 commit cc87a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2784,7 +2784,7 @@ PGPRO_VERSION="$PACKAGE_VERSION.1"
27842784
PGPRO_PACKAGE_NAME="PostgresPro"
27852785
PGPRO_EDITION="standard"
27862786
PGPRO_EDN="std"
2787-
PRODUCT_NAME="Postgres Pro Standard"
2787+
PRODUCT_NAME="Postgres Pro"
27882788

27892789

27902790

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PGPRO_VERSION="$PACKAGE_VERSION.1"
4242
PGPRO_PACKAGE_NAME="PostgresPro"
4343
PGPRO_EDITION="standard"
4444
PGPRO_EDN="std"
45-
PRODUCT_NAME="Postgres Pro Standard"
45+
PRODUCT_NAME="Postgres Pro"
4646
AC_SUBST(PGPRO_PACKAGE_NAME)
4747
AC_SUBST(PGPRO_EDITION)
4848
AC_SUBST(PGPRO_EDN)

0 commit comments

Comments
 (0)