diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2009-08-13 20:50:05 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2009-08-13 20:50:05 +0000 |
| commit | cfe380a6dd0dc7335ad83c3e0789357dc554fad3 (patch) | |
| tree | 68d9018bd80c1a7b411248eccfbc2c6994acfc80 /src/pl/plpython/sql/plpython_schema.sql | |
| parent | 501255114d0266a599c2b52fdf15fe8cac0a4650 (diff) | |
| download | postgresql-cfe380a6dd0dc7335ad83c3e0789357dc554fad3.tar.gz | |
Augment test coverage in PL/Python, especially for error conditions.
Diffstat (limited to 'src/pl/plpython/sql/plpython_schema.sql')
| -rw-r--r-- | src/pl/plpython/sql/plpython_schema.sql | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/pl/plpython/sql/plpython_schema.sql b/src/pl/plpython/sql/plpython_schema.sql index 92681c1662..1cb84d620e 100644 --- a/src/pl/plpython/sql/plpython_schema.sql +++ b/src/pl/plpython/sql/plpython_schema.sql @@ -38,13 +38,3 @@ CREATE TABLE xsequences ( sequence text not null ) ; CREATE INDEX xsequences_pid_idx ON xsequences(pid) ; - -CREATE TABLE table_record ( - first text, - second int4 - ) ; - -CREATE TYPE type_record AS ( - first text, - second int4 - ) ; |
