From 318207c72409fd3badc5db034fc30a50e77366f8 Mon Sep 17 00:00:00 2001 From: Mike Robinson Date: Mon, 7 Feb 2000 21:50:30 +0000 Subject: [PATCH] Cleaning up some typos, grammer etc. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@19321 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pgsql.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/functions/pgsql.xml b/functions/pgsql.xml index 66d3c38167..146491531b 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -16,12 +16,12 @@ available at www.PostgreSQL.org. - Since version 6.3 (03/02/1998) PostgreSQL use unix domain sockets, - a table is given to this new possibilities. This socket will be - found in /tmp/.s.PGSQL.5432. This option can - be enabled with the '-i' flag to postmaster and - it's meaning is: "listen on TCP/IP sockets as well as Unix domain - socket". + Since version 6.3 (03/02/1998) PostgreSQL uses unix domain sockets. + A table is shown below describing these new connection possibilities. + This socket will be found in /tmp/.s.PGSQL.5432. + This option can be enabled with the '-i' flag to postmaster + and it's meaning is: "listen on TCP/IP sockets as well as + Unix domain sockets". Postmaster and PHP