소스 검색

Revert "Patch 14"

Len 9 년 전
부모
커밋
5555eba918
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 6
      source/advanced/upgrade.rst

+ 1 - 6
source/advanced/upgrade.rst

@@ -643,18 +643,13 @@ 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