You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Ce script fait un fichier csv à partir de la bd postgresql pierre, avec la requête en entrée, en prenant toutes les options (host, port, etc.) par défaut.
#$1: requete
#$2: fichier .csv => bof, non, on redirigera, plutôt
echo "COPY ($1) TO stdout WITH CSV HEADER FORCE QUOTE *" | psql -X pierre