X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=bde%2Factivites.sh;h=82ff1114176ceda3428c19bacd45590d72d99b0b;hb=e9504c760701ba588a4848a83571f9cd6761a744;hp=2d3efd09e56467356690c0a43acb39db10c3e0e4;hpb=8e6221db8bf74c533d0d7ef61828400de740c703;p=scripts-20-100.git diff --git a/bde/activites.sh b/bde/activites.sh index 2d3efd0..82ff111 100755 --- a/bde/activites.sh +++ b/bde/activites.sh @@ -16,4 +16,4 @@ then WHERE="WHERE titre ILIKE '%pot%' " fi -psql bde -c "SELECT * FROM activites ${WHERE}ORDER BY debut DESC;" +psql note -c "SELECT * FROM activites ${WHERE}ORDER BY debut DESC;"