-
We noticed a high occurrence of tailing some specific files in different sosreports. Below is a list of the most often tailed files and my suggestion to that. Any comment / suggestion is welcomed. Pos…
-
## Objective
Build the foundation for tracking users accessing the portal.
## Origin Document
[Postgres driver](https://github.com/pokt-foundation/portal-middleware/pull/760)
[Proposed Datab…
-
```
# docker exec -ti postgres psql -U mydb
psql (9.4.7)
Type "help" for help.
mydb=> select * from job;
WARNING: terminal is not fully functional
- (press RETURN)
# docker exec -ti postgres bash …
-
When I leave mdn I see:
[pavel@localhost pspg-master]$ mdn README.md
file:182: HTML parser error : Unexpected end tag : p
^
file:217: HTML parser error : Unexpec…
okbob updated
3 years ago
-
## Issue description
```
+ pg_prove -h postgres -p 5432 -d gb_test -U app_admin --recurse --ext .sql /db_tests/tests/
Could not execute (psql --no-psqlrc --no-align --quiet --pset pager=off --pse…
-
**Description**
this makes these tools less useful when debugging issues with large materializations
```
ubuntu@discourse-readyset:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~…
-
## base
- node.js, => 10
- typescript, => latest
- Docker
## target
- Container as a Service
- ECS
- GAE
- Cloud Run
- Serverless
- Lambda
- Cloud Function
- k8…
-
Example diff:
```diff
❯ diff -u {a,b}.sql
--- a.sql 2023-06-28 18:25:39.540877213 +0200
+++ b.sql 2023-06-28 18:25:57.079964060 +0200
@@ -3,7 +3,7 @@
--
-- Dumped from databas…
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[x] `mysql` / `mariadb`
[ ] …
-
Currently we still use a hack to calculate the number of search results. This was placed somewhere in 2009 when we had to release.
We need to add a real way to support the pager, especially with our…