Re: A guide about some topics of Associate Certification

Поиск
Список
Период
Сортировка
От jaime soler
Тема Re: A guide about some topics of Associate Certification
Дата
Msg-id 1395915584.3082.69.camel@enterprisedb01
обсуждение исходный текст
Ответ на A guide about some topics of Associate Certification  (Oscar Calderon <ocalderon@solucionesaplicativas.com>)
Ответы Re: A guide about some topics of Associate Certification  (Oscar Calderon <ocalderon@solucionesaplicativas.com>)
Список pgsql-general
On mar, 2014-03-25 at 17:50 -0600, Oscar Calderon wrote:

Hi Oscar,

I've taked the enterprisedb trainings.

> Everybody have a nice day. Well, finally the place where i currently
> work paid me a chance to take the Associate Certification exam and i'm
> reviewing some topics, specifically the topics that the exam covers
> (some of them are easy to me like psql, which i use almost everyday)
> but i have doubt about 2 of the topics and i don't know if i already
> have the knowledgement about those topics.
>
>
> The topics are:
>
>
>       * Postgres Data Dictionary: This is about information schema?
It's about system catalog:
http://www.postgresql.org/docs/9.3/static/catalogs.html

>       * Moving Data: This is about migration? Or about moving
>         tablespaces in the file system?
No. It's refer to the process of import/export data using the COPY
command:
http://www.postgresql.org/docs/9.3/static/sql-copy.html



> Unfortunately i don't have enough money to pay for the training so i
> don't have any reference about what those topics talk about. I just
> ask for your help for a reference about what does it means each topic,
> just as a start point to read about it and practice.
>
>
> Regards.
>
>
> ***************************
> Oscar Calderon
> Analista de Sistemas
> Soluciones Aplicativas S.A. de C.V.
> www.solucionesaplicativas.com
> Cel. (503) 7741 7850 Tel. (503) 2522-2834




В списке pgsql-general по дате отправления:

Предыдущее
От: Khangelani Gama
Дата:
Сообщение: Synchronizing a table that is two different databases : Need to dump a table a insert from db1 and change the insert statements into UPDATE statements
Следующее
От: Rémi Cura
Дата:
Сообщение: Re: Synchronizing a table that is two different databases : Need to dump a table a insert from db1 and change the insert statements into UPDATE statements