Explorar o código

Update upgrade.rst

put code examples in code box
Len %!s(int64=9) %!d(string=hai) anos
pai
achega
be6f9dd36c
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      source/advanced/upgrade.rst

+ 6 - 1
source/advanced/upgrade.rst

@@ -595,13 +595,18 @@ Configure
 ^^^^^^^^^^
 
 To enable PostgresSQL as a native client in FreeSWITCH you must enable it during the build when running configure.
-** ./configure --enable-core-pgsql-support **
+
+ ::
+ 
+ ** ./configure --enable-core-pgsql-support **
 
 switch.conf.xml
 ^^^^^^^^^^^^^^^^^
 
 Under the Settings area insert the following line
 
+ ::
+ 
  <param name="core-db-dsn" value="pgsql;hostaddr=127.0.0.1 dbname=freeswitch user=freeswitch password='' options='-c client_min_messages=NOTICE' application_name='freeswitch'" />
 
 Additional Information