About the examples v14
The examples are use the PSQL program. The prompt that normally appears when using PSQL is omitted in these examples to provide extra clarity for the point being demonstrated.
Also note the following points:
During installation of the EDB Postgres Advanced Server, you must make selections for configuration and defaults compatible with Oracle databases to reproduce the same results as the examples. You can verify a default compatible configuration by issuing the following commands in PSQL and returning the results shown:
The examples use the sample tables,
dept
,emp
, andjobhist
, created and loaded when EDB Postgres Advanced Server was installed. Theemp
table is installed with triggers that you must disable to reproduce the same results as the examples. Log into EDB Postgres Advanced Server as theenterprisedb
superuser and disable the triggers by issuing the following command:
You can later reactivate the triggers on the emp
table with the following command: