Questions tagged [database-template]

3 questions
63
votes
4 answers

How to drop a template database from PostgreSQL?

postgres=# DROP DATABASE template_postgis; ERROR: cannot drop a template database http://www.postgresql.org/docs/9.1/static/manage-ag-templatedbs.html makes it seem like if I set template_postgis.datistemplate = false, I'll be able to drop it, but…
dbkaplun
  • 3,407
  • 2
  • 26
  • 33
1
vote
1 answer

How is variant_row implemented in database template library(C++)?

is there anyone have read the source code of dtl in c++? I found there is a class called variant_row, it used to store all kinds of data, and i tried to read the source code, but it is really hard for me, can someone explain how it is implemented…
MemoryLeak
  • 7,322
  • 23
  • 90
  • 133
0
votes
3 answers

Lotus Notes how to get a calculated value from another form using formula language

I have Lotus Notes application, deployed only as modifications (new forms, views, and adding a button to one of the "standard" views) in the main mail template (R7). All these "new" forms and views are inherited in turn from my main application…
Sunny Milenov
  • 21,990
  • 6
  • 80
  • 106