1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +03:00

Fix regression tests for psql \d view patch

This commit is contained in:
Peter Eisentraut
2009-11-03 14:52:10 +00:00
parent 2e3b16c8ba
commit 16cd34a435
2 changed files with 9 additions and 9 deletions

View File

@@ -741,7 +741,7 @@ CREATE VIEW dfview AS
select * from dfview;
\d dfview
\d+ dfview
drop view dfview;
drop function dfunc(anyelement, anyelement, bool);