Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git] / src / test / regress / sql / select_views.sql
blobdd1837f797c6490229d1ea133ae5bec23fffc8a6
1 --
2 -- SELECT_VIEWS
3 -- test the views defined in CREATE_VIEWS
4 --
6 SELECT * FROM street;
8 SELECT name, #thepath FROM iexit ORDER BY 1, 2;
10 SELECT * FROM toyemp WHERE name = 'sharon';