repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git]
/
src
/
test
/
regress
/
sql
/
select_views.sql
blob
dd1837f797c6490229d1ea133ae5bec23fffc8a6
1
--
2
-- SELECT_VIEWS
3
-- test the views defined in CREATE_VIEWS
4
--
5
6
SELECT * FROM street;
7
8
SELECT name, #thepath FROM iexit ORDER BY 1, 2;
9
10
SELECT * FROM toyemp WHERE name = 'sharon';
11