diff options
author | startxfr <clarue@startx.fr> | 2015-11-30 03:25:20 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-30 03:25:20 +0100 |
commit | ff24be233ac7b10221142675b205b347b5588fd7 (patch) | |
tree | 3cef32fbae043936558b528f9e421109ef547614 /Services/postgres/example.sql | |
parent | d3189d55206417557b03fde732693aaffca54cf8 (diff) | |
download | phpmyadmin-ff24be233ac7b10221142675b205b347b5588fd7.tar.gz phpmyadmin-ff24be233ac7b10221142675b205b347b5588fd7.tar.bz2 phpmyadmin-ff24be233ac7b10221142675b205b347b5588fd7.tar.xz phpmyadmin-ff24be233ac7b10221142675b205b347b5588fd7.zip |
reshape of postgresql
Diffstat (limited to 'Services/postgres/example.sql')
-rw-r--r-- | Services/postgres/example.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Services/postgres/example.sql b/Services/postgres/example.sql new file mode 100644 index 0000000..498de07 --- /dev/null +++ b/Services/postgres/example.sql @@ -0,0 +1,3 @@ +# add SQL queries to execute when configuring the database +# see mariadb_run.sh to activate this feature +SHOW DATABASES;
\ No newline at end of file |