]> granicus.if.org Git - postgresql/commitdiff
Transpose info from src/pl/plpgsql/test/README into standard regression test file.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 22 Aug 2002 23:31:48 +0000 (23:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 22 Aug 2002 23:31:48 +0000 (23:31 +0000)
src/test/regress/expected/plpgsql.out
src/test/regress/sql/plpgsql.sql

index 7682be33eb7cf0690a26b339f9c371a6d299739d..a8578ea5944ac7ac38d8dfa1646cc1991380a50c 100644 (file)
@@ -1,6 +1,25 @@
 --
 -- PLPGSQL
 --
+-- Scenario:
+-- 
+--     A building with a modern TP cable installation where any
+--     of the wall connectors can be used to plug in phones,
+--     ethernet interfaces or local office hubs. The backside
+--     of the wall connectors is wired to one of several patch-
+--     fields in the building.
+-- 
+--     In the patchfields, there are hubs and all the slots
+--     representing the wall connectors. In addition there are
+--     slots that can represent a phone line from the central
+--     phone system.
+-- 
+--     Triggers ensure consistency of the patching information.
+-- 
+--     Functions are used to build up powerful views that let
+--     you look behind the wall when looking at a patchfield
+--     or into a room.
+-- 
 create table Room (
     roomno     char(8),
     comment    text
index 2f967c65ce49faa6b88fa32caf79e30ce265873b..509dfd2df9c9d22f6dbb57df5cb1d8b1da00e8f0 100644 (file)
@@ -1,6 +1,26 @@
 --
 -- PLPGSQL
 --
+-- Scenario:
+-- 
+--     A building with a modern TP cable installation where any
+--     of the wall connectors can be used to plug in phones,
+--     ethernet interfaces or local office hubs. The backside
+--     of the wall connectors is wired to one of several patch-
+--     fields in the building.
+-- 
+--     In the patchfields, there are hubs and all the slots
+--     representing the wall connectors. In addition there are
+--     slots that can represent a phone line from the central
+--     phone system.
+-- 
+--     Triggers ensure consistency of the patching information.
+-- 
+--     Functions are used to build up powerful views that let
+--     you look behind the wall when looking at a patchfield
+--     or into a room.
+-- 
+
 
 create table Room (
     roomno     char(8),