From 14f64455347cb843ae6df5738a35bcf87ee7266e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 9 Feb 2001 17:53:44 +0000 Subject: [PATCH] Remove pg_service mention. --- HISTORY | 1 - doc/src/sgml/release.sgml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index ba079e1b98..35dc2ddecb 100644 --- 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) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 18b66a53d0..509792c46b 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -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)