relpipe-data/examples/awk-through-xml.sh
branchv_0
changeset 316 d7ae02390fac
parent 288 5cf3a702f47d
equal deleted inserted replaced
315:d4c2968a391f 316:d7ae02390fac
    39 	# relpipe-tr-sql \
    39 	# relpipe-tr-sql \
    40 	#	--relation "policy" \
    40 	#	--relation "policy" \
    41 	#		"SELECT * FROM policy WHERE policy = 'allow' AND user <> 'root'"
    41 	#		"SELECT * FROM policy WHERE policy = 'allow' AND user <> 'root'"
    42 	#	--copy 'limit'
    42 	#	--copy 'limit'
    43 
    43 
    44 	# Or using Guile (Scheme):
    44 	# Or using Scheme:
    45 	# relpipe-tr-guile \
    45 	# relpipe-tr-scheme \
    46 	#	--relation policy \
    46 	#	--relation policy \
    47 	#	--where '(and (string= $policy "allow") (not (string= $user "root")) )'
    47 	#	--where '(and (string= $policy "allow") (not (string= $user "root")) )'
    48 }
    48 }
    49 
    49 
    50 formatOutput() {
    50 formatOutput() {