Latest Docs http://search.osakos.com/rss.php http://search.osakos.com/rss.php en-us Sun, 28 Apr 2024 11:54:48 GMT Sun, 28 Apr 2024 11:54:48 GMT postgres|postgresql > must be owner of type http://search.osakos.com/cache.php?key=24dc2e9fa41ed53d5f8896419b27e555&uri=https%3A%2F%2Fdba.stackexchange.com%2Fquestions%2F126207%2Ffind-current-owner-of-custom-data-type http://search.osakos.com/cache.php?key=24dc2e9fa41ed53d5f8896419b27e555 Thu, 18 Apr 2024 06:15:19 GMT postgres > how to find which records or tables are locked on Postgresql http://search.osakos.com/cache.php?key=a552848075048cfea2dc69f38161c7cd&uri=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F26489244%2Fhow-to-detect-query-which-holds-the-lock-in-postgres http://search.osakos.com/cache.php?key=a552848075048cfea2dc69f38161c7cd usename,
pg_blocking_pids(pid) as blocked_by,
query as blocked_query
from pg_stat_activity
where cardinality(pg_blocking_pids(pid)) > 0;]]>
Thu, 18 Apr 2024 02:21:50 GMT
postgres - VACUUM FREEZE vs. VACUUM FULL http://search.osakos.com/cache.php?key=591d90557da4a111bd22df9de9f7adea&uri=https%3A%2F%2Fdba.stackexchange.com%2Fquestions%2F56374%2Fvacuum-freeze-vs-vacuum-full http://search.osakos.com/cache.php?key=591d90557da4a111bd22df9de9f7adea Wed, 17 Apr 2024 23:49:17 GMT linux|centos7 > yum install createrepo http://search.osakos.com/cache.php?key=70d0f41dda77ac082f9c17f4cad77ef9&uri=https%3A%2F%2Fvault.centos.org%2Fcentos%2F7.6.1810%2Fos%2Fx86_64%2Frepodata%2F http://search.osakos.com/cache.php?key=70d0f41dda77ac082f9c17f4cad77ef9 [appstream]
name=CentOS Linux $releasever - AppStream
#mirrorlist=http://#mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=AppStream&infra=$infra
#baseurl=http://vault.centos.org/$contentdir/$releasever/AppStream/$basearch/os/
baseurl=http://vault.centos.org/centos/7.6.1810/os/x86_64/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial]]>
Thu, 11 Apr 2024 06:01:02 GMT
linux|CentOS > Cannot prepare internal mirrorlist: No URLs in mirrorlist http://search.osakos.com/cache.php?key=db240d9e45ee62bf915c3f99aa3e89a0&uri=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F70926799%2Fcentos-through-a-vm-no-urls-in-mirrorlist http://search.osakos.com/cache.php?key=db240d9e45ee62bf915c3f99aa3e89a0 sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*]]> Thu, 11 Apr 2024 05:50:34 GMT bash|wget > How To Find Broken Links (404: Not Found.) http://search.osakos.com/cache.php?key=6795f452f2b98aeb61e900cff2e6fb11&uri=https%3A%2F%2Fwww.digitalocean.com%2Fcommunity%2Ftutorials%2Fhow-to-find-broken-links-on-your-website-using-wget-on-debian-7 http://search.osakos.com/cache.php?key=6795f452f2b98aeb61e900cff2e6fb11 Fri, 05 Apr 2024 02:04:37 GMT