|
1 |
| --- ************************************************************ |
2 |
| --- * |
3 |
| --- * Tables for the patchfield test of PL/pgSQL |
4 |
| --- * |
5 |
| --- * $Header: /cvsroot/pgsql/src/test/regress/sql/plpgsql.sql,v 1.1 1998/10/01 03:38:45 scrappy Exp $ |
6 |
| --- * |
7 |
| --- ************************************************************ |
| 1 | +-- |
| 2 | +-- PLPGSQL |
| 3 | +-- |
8 | 4 |
|
9 | 5 | createtableRoom (
|
10 | 6 | roomnochar(8),
|
@@ -104,7 +100,7 @@ create unique index PHone_name on PHone using btree (slotname bpchar_ops);
|
104 | 100 | -- * Trigger procedures and functions for the patchfield
|
105 | 101 | -- * test of PL/pgSQL
|
106 | 102 | -- *
|
107 |
| --- * $Header: /cvsroot/pgsql/src/test/regress/sql/plpgsql.sql,v 1.1 1998/10/01 03:38:45 scrappy Exp $ |
| 103 | +-- * $Header: /cvsroot/pgsql/src/test/regress/sql/plpgsql.sql,v 1.2 2000/01/06 06:41:55 thomas Exp $ |
108 | 104 | -- *
|
109 | 105 | -- ************************************************************
|
110 | 106 |
|
@@ -1404,3 +1400,4 @@ insert into HSlot values ('HS', 'base.hub1', 20, '');
|
1404 | 1400 | deletefrom HSlot;
|
1405 | 1401 | insert into IFacevalues ('IF','notthere','eth0','');
|
1406 | 1402 | insert into IFacevalues ('IF','orion','ethernet_interface_name_too_long','');
|
| 1403 | + |