Commit 14f64455 authored by Bruce Momjian's avatar Bruce Momjian

Remove pg_service mention.

parent 327385b6
...@@ -145,7 +145,6 @@ Allow subselects in FROM, i.e. FROM (SELECT ...) [AS] alias (Tom) ...@@ -145,7 +145,6 @@ Allow subselects in FROM, i.e. FROM (SELECT ...) [AS] alias (Tom)
Update PyGreSQL to version 3.1 (D'Arcy) Update PyGreSQL to version 3.1 (D'Arcy)
Store tables as files named by OID (Vadim) Store tables as files named by OID (Vadim)
New SQL function setval(seq,val,bool) for use in pg_dump (Philip) 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) Require DROP VIEW to remove views, no DROP TABLE (Mark)
Allow DROP VIEW view1, view2 (Mark) Allow DROP VIEW view1, view2 (Mark)
Allow multiple objects in DROP INDEX, DROP RULE, and DROP TYPE (Tom) Allow multiple objects in DROP INDEX, DROP RULE, and DROP TYPE (Tom)
......
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.77 2001/02/09 17:16:56 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.78 2001/02/09 17:53:44 momjian Exp $
--> -->
<appendix id="release"> <appendix id="release">
...@@ -221,7 +221,6 @@ Allow subselects in FROM, i.e. FROM (SELECT ...) [AS] alias (Tom) ...@@ -221,7 +221,6 @@ Allow subselects in FROM, i.e. FROM (SELECT ...) [AS] alias (Tom)
Update PyGreSQL to version 3.1 (D'Arcy) Update PyGreSQL to version 3.1 (D'Arcy)
Store tables as files named by OID (Vadim) Store tables as files named by OID (Vadim)
New SQL function setval(seq,val,bool) for use in pg_dump (Philip) 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) Require DROP VIEW to remove views, no DROP TABLE (Mark)
Allow DROP VIEW view1, view2 (Mark) Allow DROP VIEW view1, view2 (Mark)
Allow multiple objects in DROP INDEX, DROP RULE, and DROP TYPE (Tom) Allow multiple objects in DROP INDEX, DROP RULE, and DROP TYPE (Tom)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment