kkursor
kkursor
### What steps will reproduce the problem? I have a PostgreSQL table which is declared as ```sql create table organizations_schema.organizations ( id serial not null constraint organizations_pk primary key, ogrn...
### What steps will reproduce the problem? I have a table which looks like this: ```sql CREATE TABLE materials( id serial, short_name text, full_name text ); ``` Actually it has...
I am trying to develop Buildroot-based firmware based on Linux 5.10 instead of stock 4.19 one. Using 5.10-develop branch. SoM is https://www.forlinx.net/product/rk3568-som-125.html Stock DT is: ``` &pcie30phy { status =...