DISPLAY_LICENSE
Returns the terms of your Vertica 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. 
This is a meta-function. You must call meta-functions in a top-level SELECT statement.
Behavior type
VolatileSyntax
DISPLAY_LICENSE()
Privileges
None
Examples
=> SELECT DISPLAY_LICENSE();
                  DISPLAY_LICENSE
---------------------------------------------------
 Vertica Systems, Inc.
2007-08-03
Perpetual
500GB
(1 row)