Opened 11 years ago
Closed 11 years ago
#549 closed enhancement (fixed)
Enable getting rasdaman version in a select query
Reported by: | Dimitar Misev | Owned by: | Peter Baumann |
---|---|---|---|
Priority: | minor | Milestone: | 9.0 |
Component: | manuals_and_examples | Version: | development |
Keywords: | Cc: | Piero Campalani, Peter Baumann, abeccati | |
Complexity: | Medium |
Description
PostgreSQL has SELECT VERSION(), would be good to have this in rasdaman too.
Besides the version, in postgres also the gcc version that was used to compile is printed, which is also very useful info.
petascopedb=# select version(); version ------------------------------------------------------------------------------------------------------------ PostgreSQL 9.1.6 on x86_64-unknown-linux-gnu, compiled by gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2, 64-bit (1 row)
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Component: | qlparser → manuals_and_examples |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Implemented in changeset:fc2eca215d1257528a606ef1b17655cee40d58fb
I change to Peter, as it should be documented in the manual I believe.
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
done (QL Guide, Section 9.12), so closing.
Note:
See TracTickets
for help on using tickets.
In rasql we'd have something like this with the patch: