marcothesane
Administrator
marcothesane Administrator
Reactions
-
Re: alter column with projections
No . SELECT mark_design_ksafe(1); is a dbadmin command that configures the database to use KSAFE 1 implicitly, by default, when creating any projection. You don't need to fire that command if yo… (View Post)1 -
Re: How do aggregate projections affect the load performance?
They affect the load performance like any additional projection. If you come from another database than, think of adding indexes, and the effect of that - or , for DBMSs that support that, incrementa… (View Post)1 -
Re: Field Separator on select and copy
I found it difficult to pass a 'tab' through the command line. My workaround is to cheat the tab character into an environment variable, using perl, and then to use it in the vsql command: … (View Post)1 -
Can the forum site be fixed so that `code` snippets are always printed in fixed font?
Hi All - this might go to @JAvila , or any administrator who could tinker with the behaviour of this forum - and I found no better category: The problem is that SELECT ' three_spaces_before'… (View Post)2 -
Re: How to access variable name inside single quotes.
Some try-and-error brought me to this possibility: Put the table name into another variable, then it could work ..., like here ... \set schema_name public\set table_name foo\set obj_s ''… (View Post)1


















