1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update SELECT version() to show whether it is a 32 or 64-bit backend binary.

This commit is contained in:
Bruce Momjian
2009-01-06 03:05:23 +00:00
parent 02aa5f19c6
commit b32a290bdf
3 changed files with 825 additions and 417 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.47 2008/05/16 17:17:00 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.48 2009/01/06 03:05:23 momjian Exp $ -->
<chapter id="tutorial-start">
<title>Getting Started</title>
@ -362,9 +362,9 @@ mydb=#
<indexterm><primary>version</primary></indexterm>
<screen>
<prompt>mydb=&gt;</prompt> <userinput>SELECT version();</userinput>
version
----------------------------------------------------------------
PostgreSQL &version; on i586-pc-linux-gnu, compiled by GCC 2.96
version
-----------------------------------------------------------------------
PostgreSQL &version; on i586-pc-linux-gnu, compiled by GCC 2.96, 32-bit
(1 row)
<prompt>mydb=&gt;</prompt> <userinput>SELECT current_date;</userinput>