T
T
tro_pic_rock2021-04-27 15:38:59
PostgreSQL
tro_pic_rock, 2021-04-27 15:38:59

What is name in postgresql?

I came across this code:

create table author(
  id serial primary key,
  author_name name
);


it turns out that the author_name column is of type name, but I can't find data on this type on the Internet.
Can anyone share information or a link about it?

P.S.: name is not a custom domain

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitsliputsli, 2021-04-27
@tro_pic_rock

What DBMS?
For example for PostgreSQL https://www.postgresql.org/docs/current/datatype-c... .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question