Re: [GENERAL] Comments in postgres ?

Поиск
Список
Период
Сортировка
От davidb@vectormath.com
Тема Re: [GENERAL] Comments in postgres ?
Дата
Msg-id 002601bf6137$b92ec990$0602010a@bullwinkle.vectormath
обсуждение исходный текст
Список pgsql-general
-- This is a one line comment.
 
/*
This is a multi-
line comment.
*/
-----Original Message-----
From: Ed Bras <e.bras@hccnet.nl>
To: pgsql-general@postgreSQL.org <pgsql-general@postgreSQL.org>
Date: Monday, January 17, 2000 4:06 PM
Subject: [GENERAL] Comments in postgres ?

 I am just new to postgres and I am putting al the commands like create tabel and create sequence in one file, but want to join them with some comment. What do I need to put in front of a comment so that postgres ingnores the rest of the sentence ??
 
Regards,
Ed Bras

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

Предыдущее
От: "Ed Bras"
Дата:
Сообщение: Comments in postgres ?
Следующее
От: Martin Schulze
Дата:
Сообщение: Re: Comments in postgres ?