Mit „postgresql“ getaggte Nachrichten
-
#postgreSQL setup: open shell: sudo su - postgres --shell=/bin/bash connect: psql postgres=# create user MYUSER; postgres=# create database MYUSER; \q exit psql
Sunday, 16-Feb-20 22:41:44 UTC von web -
How to call stored procedures in JPA #storedprocedure #jpa #postgresql
http://www.thoughts-on-java.org/call-stored-procedures-jpa/ -
Fighting with migrating data from #mnesia to #postgresql. No documentation at all, great.
-
#PostgreSQL is so damn strange…I think I'll use #MariaDB for everything from now on,the supposed superiority of pgsql isn't worth the hassle
-
#PostgreSQL is so damn strange…I think I'll use #MariaDB for everything from now on,the supposed superiority of pgsql isn't worth the hassle
-
Migrating #drupal database from #mysql to #postgresql. Feeling myself kinda better, IDK why.
-
and apparently MySQL is not a good choice., I will try to learn #mariadb next year, and if I live that longer, #postgresql in 2015 :)
-
Thanks to #postgresql connections limit, my huge commit in one private project takes 2½ days to build in #jenkins, because of connection stalling... !epicfail