DISPLAY_LICENSE
Returns the terms of your Vertica license. The information this function displays is:
- The start and end dates for which the license is valid (or "Perpetual" if the license has no expiration).
- The number of days you are allowed to use Vertica after your license term expires (the grace period)
- The amount of data your database can store, if your license includes a data allowance.
Syntax
DISPLAY_LICENSE()
Privileges
None
Examples
=> SELECT DISPLAY_LICENSE();
DISPLAY_LICENSE
----------------------------------------------------
Vertica Systems, Inc.
1/1/2011
12/31/2011
30
50TB
(1 row)