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:
@@ -741,7 +741,7 @@ CREATE VIEW dfview AS
|
||||
|
||||
select * from dfview;
|
||||
|
||||
\d dfview
|
||||
\d+ dfview
|
||||
|
||||
drop view dfview;
|
||||
drop function dfunc(anyelement, anyelement, bool);
|
||||
|
Reference in New Issue
Block a user