Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit40faa4a

Browse files
committed
Transpose info from src/pl/plpgsql/test/README into standard regression test file.
1 parentec35e45 commit40faa4a

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

‎src/test/regress/expected/plpgsql.out

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
--
22
-- PLPGSQL
33
--
4+
-- Scenario:
5+
--
6+
-- A building with a modern TP cable installation where any
7+
-- of the wall connectors can be used to plug in phones,
8+
-- ethernet interfaces or local office hubs. The backside
9+
-- of the wall connectors is wired to one of several patch-
10+
-- fields in the building.
11+
--
12+
-- In the patchfields, there are hubs and all the slots
13+
-- representing the wall connectors. In addition there are
14+
-- slots that can represent a phone line from the central
15+
-- phone system.
16+
--
17+
-- Triggers ensure consistency of the patching information.
18+
--
19+
-- Functions are used to build up powerful views that let
20+
-- you look behind the wall when looking at a patchfield
21+
-- or into a room.
22+
--
423
create table Room (
524
roomnochar(8),
625
commenttext

‎src/test/regress/sql/plpgsql.sql

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
--
22
-- PLPGSQL
33
--
4+
-- Scenario:
5+
--
6+
-- A building with a modern TP cable installation where any
7+
-- of the wall connectors can be used to plug in phones,
8+
-- ethernet interfaces or local office hubs. The backside
9+
-- of the wall connectors is wired to one of several patch-
10+
-- fields in the building.
11+
--
12+
-- In the patchfields, there are hubs and all the slots
13+
-- representing the wall connectors. In addition there are
14+
-- slots that can represent a phone line from the central
15+
-- phone system.
16+
--
17+
-- Triggers ensure consistency of the patching information.
18+
--
19+
-- Functions are used to build up powerful views that let
20+
-- you look behind the wall when looking at a patchfield
21+
-- or into a room.
22+
--
23+
424

525
createtableRoom (
626
roomnochar(8),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp