Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/sales.git
src/main/sql/views/vendor_vw.sql
+DROP VIEW vendor_vw;
+
+CREATE OR REPLACE VIEW vendor_vw AS
+SELECT
+ v.id,
+ v.script
+FROM
+ vendors() v;
+
+COMMENT ON VIEW vendor_vw
+ IS 'Returns a list of vendors.';

View to hide the vendors() function.

Author djarvis <email>
Date 2016-07-04 20:06:54 GMT-0700
Commit 871689914c764fd1a590b338f2ecdf30a80025e4
Parent 0e6b9eb
Delta 11 lines added, 0 lines removed, 11-line increase