Re: dbeaver

From: negora <public(at)negora(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: dbeaver
Date: 2020-04-02 06:33:49
Message-ID: 50ecbecc-a066-10f3-c3c0-57907aa52558@negora.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Both features reside only in the client side, of course.<br>
</p>
<p>A virtual column allows to permanently show, in a table, a column
calculated from a JavaScript-alike expression. That expression is
based on other columns of the table and offers several
mathematical functions. I know that you can do the same with a
view, which is much more powerful, but doing this in the
client-side has some advantages in certain situations:</p>
<ol>
<li>If you have not permission to create a view.<br>
<br>
</li>
<li>If you have permission, but don't want to clutter the schema.
So it's not invasive to other users.<br>
<br>
</li>
<li>You can use this column to color the rows by a given criteria.<br>
<br>
</li>
<li>Maybe the most important: since you're viewing a table and not
a view, you can still edit the records from the GUI, as usual.<br>
</li>
</ol>
Virtual foreign keys, on the other hand, didn't seem interesting to
me... Until I had to work with a database from Microsoft Navision in
SQL Server. Navision don't use foreign keys at the database level.
So, in order to figure out the relationships among tables, I had to
add virtual FKs. That way, I had a permanent visual aid. That
feature, combined with the auto-diagrams generated by DBeaver,
allowed me to understand part of that mess. It was my salvation.<br>
<p><br>
</p>
<div class="moz-cite-prefix">On 01/04/2020 22:28, Thomas Kellerer
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:91dd694b-c19f-df70-d155-36374790499d(at)gmx(dot)net">negora
schrieb am 01.04.2020 um 21:44:
<br>
<blockquote type="cite">It has lots of useful features, such as
good query completion, row
<br>
coloring, virtual columns, virtual foreign keys
<br>
</blockquote>
What kind of feature is "virtual foreign keys"?
<br>
<br>
Or "virtual columns" in the context of a SQL GUI tool
<br>
<br>
<br>
<br>
<br>
</blockquote>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 2.2 KB

In response to

  • Re: dbeaver at 2020-04-01 20:28:26 from Thomas Kellerer

Browse pgsql-general by date

  From Date Subject
Next Message Silvio Fabi - NBS srl 2020-04-02 08:12:53 Re: postgres: archiver process failed on 000000010000020A00000073
Previous Message Edson Richter 2020-04-02 03:16:01 RE: It is possible to force periodically switch xlog?