da

Search

You can find the results of your search below.

postgres
12 Hits, Last modified:
ile> ===== Basic operations ===== <code> # list databases \l # connect to database \c giano # list schema \dn # list tables in schema \dt auth.* # d... expanded display \x </code> set search path for database <code> psql <database> ALTER DATABASE database_name SET search_path TO schema_name,public; </co
mariadb
1 Hits, Last modified:
ocean.com/mariadb/repo/10.1/ubuntu xenial main' apt update apt install mariadb-server rsync </code>