X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=bde%2Factivites.sh;h=82ff1114176ceda3428c19bacd45590d72d99b0b;hb=e06766c11f294c4c3db3d90e855bc313e6165cee;hp=2d3efd09e56467356690c0a43acb39db10c3e0e4;hpb=1d5629a85dda994499e6d053f024c16a9026cbbd;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;"