Schema
public
Owner
waveuser005
Descriptions
There is no description for view vwadm_database_info
Fields
Name | Data type | Description |
---|---|---|
produkt |
char(4) |
|
databaseversie |
char(10) |
|
rdbms |
text |
|
Rules
Name | Event | Instead | Condition | Description |
---|---|---|---|---|
_RETURN |
SELECT |
|
|
Definition
CREATE VIEW public.vwadm_database_info (
produkt,
databaseversie,
rdbms)
AS
SELECT 'Wave'::character(4) AS produkt,
'3.1.11'::character(10) AS databaseversie, version() AS rdbms;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |