home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
- PRINT(QUEL) 1/26/79 PRINT(QUEL)
-
-
-
- NAME
- print - print relation(s)
-
- SYNOPSIS
- _p_r_i_n_t relname {, relname}
-
- DESCRIPTION
- _P_r_i_n_t displays the contents of each relation specified on
- the terminal (standard output). The formats for various
- types of domains can be defined by the use of switches when
- _i_n_g_r_e_s is invoked. Domain names are truncated to fit into
- the specified width.
-
- To print a relation one must either be the owner of the re-
- lation, or the relation must have ``retrieve to all'' or
- ``all to all'' permissions.
-
- See ingres(quel) for details.
-
- EXAMPLE
- /* Print the emp relation */
- print emp
- print emp, parts
-
- SEE ALSO
- permit(quel), retrieve(quel), ingres(unix), printr(unix)
- handle long lines of output correctly - no wrap around.
-
- BUGS
- Print should have more formating features to make printouts
- more readable.
-
- Print should have an option to print on the line printer.
-
-
-