Revision 12612
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/validation/aggregating/plots/bien3_validations_salvias_vegbien.sql | ||
---|---|---|
17 | 17 |
-- Set variables specific to this source |
18 | 18 |
-- Currently configured for SALVIAS |
19 | 19 |
-- ------------------ |
20 |
\set datasource 'SALVIAS'
|
|
20 |
\set datasource '''SALVIAS'''
|
|
21 | 21 |
|
22 | 22 |
-- _plots_01_count_of_projects |
23 | 23 |
SELECT count(*) AS projects |
Also available in: Unified diff
bugfix: validation/aggregating/plots/bien3_validations_salvias_vegbien.sql: need to escape the quotes in \set ... 'SALVIAS'