Re: View String or Representation

Поиск
Список
Период
Сортировка
От Gregory Seidman
Тема Re: View String or Representation
Дата
Msg-id 20020611161149.GA5923@cs.brown.edu
обсуждение исходный текст
Ответ на View String or Representation  (SERFIOTIs gewrgios <serfioti@csd.uoc.gr>)
Ответы Re: View String or Representation  (SERFIOTIs gewrgios <serfioti@csd.uoc.gr>)
Re: View String or Representation  (Jan Wieck <janwieck@yahoo.com>)
Список pgsql-general
SERFIOTIs gewrgios sez:
}     does anyone know when I create a view where does Postgresql
} store the string with the view definition or any other internal
} representation of the view?
}
} I have looked up for the question in two Postgresql manual without finding
} an answer!

If you use psql, you can type \d <viewname> to get the definition of the
view. If you start psql with the -E and type that you will see the SQL that
psql is invoking to find the information, including the reference to the
pg_views system table.

} Thank you,
} George.
--Greg


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

Предыдущее
От: SERFIOTIs gewrgios
Дата:
Сообщение: View String or Representation
Следующее
От: SERFIOTIs gewrgios
Дата:
Сообщение: Re: View String or Representation