new(kb.gblib): added postgres.

This commit is contained in:
Rodrigo Rodriguez 2025-01-17 16:48:45 -03:00
parent fbedd78c74
commit 8ae34432b9

View file

@ -756,7 +756,7 @@ export class GBVMService extends GBService {
const fieldRegExp = /^\s*(\w+)\s*(\w+)(?:\((.*)\))?/gim; const fieldRegExp = /^\s*(\w+)\s*(\w+)(?:\((.*)\))?/gim;
let reg = fieldRegExp.exec(line); let reg = fieldRegExp.exec(line);
const name = reg[1].toLowerCase(); const name = reg[1];
const t = reg[2]; const t = reg[2];
let definition = { let definition = {