Remove pg_service mention.
authorBruce Momjian
Fri, 9 Feb 2001 17:53:44 +0000 (17:53 +0000)
committerBruce Momjian
Fri, 9 Feb 2001 17:53:44 +0000 (17:53 +0000)
HISTORY
doc/src/sgml/release.sgml

diff --git a/HISTORY b/HISTORY
index ba079e1b98999bab255e161c16d823d1ead9c214..35dc2ddecb49952e5c2a4d9403826de9d7cf8271 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -145,7 +145,6 @@ Allow subselects in FROM, i.e. FROM (SELECT ...) [AS] alias (Tom)
 Update PyGreSQL to version 3.1 (D'Arcy)
 Store tables as files named by OID (Vadim)
 New SQL function setval(seq,val,bool) for use in pg_dump (Philip)
-New pg_service.conf file (Mario Weilguni)
 Require DROP VIEW to remove views, no DROP TABLE (Mark)
 Allow DROP VIEW view1, view2 (Mark)
 Allow multiple objects in DROP INDEX, DROP RULE, and DROP TYPE (Tom)
index 18b66a53d0176cd80a8d90feb8811bb98d7cfb16..509792c46b50c2e1e0ba5e200b5a9480a8ef3de3 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -221,7 +221,6 @@ Allow subselects in FROM, i.e. FROM (SELECT ...) [AS] alias (Tom)
 Update PyGreSQL to version 3.1 (D'Arcy)
 Store tables as files named by OID (Vadim)
 New SQL function setval(seq,val,bool) for use in pg_dump (Philip)
-New pg_service.conf file (Mario Weilguni)
 Require DROP VIEW to remove views, no DROP TABLE (Mark)
 Allow DROP VIEW view1, view2 (Mark)
 Allow multiple objects in DROP INDEX, DROP RULE, and DROP TYPE (Tom)